8 results · ● Live web index
ibm.com article

What Is a Neural Network? | IBM

https://www.ibm.com/think/topics/neural-networks

A neural network is a machine learning model that stacks simple "neurons" in layers and learns pattern-recognizing weights and biases from data to map inputs to outputs. Neural networks are among the most influential algorithms in modern machine learning and artificial intelligence (AI). Mathematically, a neural network learns a function    by mapping an input vector    to a predict a response    What distinguishes neural networks from other traditional machine learning algorithms is their layered structure and their ability to perform nonlinear transformation. Modern neural network architectures—such as transformers and encoder-decoder models—follow the same core principles (learned weights and biases, stacked layers, nonlinear activations, end-to-end training by backpropagation). Neural networks learn useful internal representations directly from data, capturing nonlinear structure that classical models miss. Understanding activation functions, training requirements and the main types of networks provides a practical bridge from classical neural nets to today’s generative systems and clarifies why these models have become central to modern AI.

Visit
developers.google.com article

Neural networks | Machine Learning - Google for Developers

https://developers.google.com/machine-learning/crash-course/neural-networks

* [Neural networks](https://developers.google.com/machine-learning/crash-course/neural-networks). * [English](https://developers.google.com/machine-learning/crash-course/neural-networks). * [Deutsch](https://developers.google.com/machine-learning/crash-course/neural-networks?hl=de). * [Italiano](https://developers.google.com/machine-learning/crash-course/neural-networks?hl=it). * [עברית](https://developers.google.com/machine-learning/crash-course/neural-networks?hl=he). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Linear regression (80 min). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Logistic regression (35 min). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Classification (70 min). * [Introduction (3 mins)](https://developers.google.com/machine-learning/crash-course/classification). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Working with numerical data (85 min). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Working with categorical data (50 min). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Datasets, generalization, and overfitting (105 min). * [Dividing the original dataset (10 min)](https://developers.google.com/machine-learning/crash-course/overfitting/dividing-datasets). * [Interpreting loss curves (10 min)](https://developers.google.com/machine-learning/crash-course/overfitting/interpreting-loss-curves). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Neural networks (75 min). * [Introduction (5 min)](https://developers.google.com/machine-learning/crash-course/neural-networks). * [Activation functions (10 min)](https://developers.google.com/machine-learning/crash-course/neural-networks/activation-functions). * [Training using backpropagation (10 min)](https://developers.google.com/machine-learning/crash-course/neural-networks/backpropagation). * [Interactive exercises (15 min)](https://developers.google.com/machine-learning/crash-course/neural-networks/interactive-exercises). * [Multi-class classification (10 min)](https://developers.google.com/machine-learning/crash-course/neural-networks/multi-class). * [Test your knowledge (10 min)](https://developers.google.com/machine-learning/crash-course/neural-networks/test-your-knowledge). * [What's next](https://developers.google.com/machine-learning/crash-course/neural-networks/test-your-knowledge#whats_next). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Embeddings (45 min). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Intro to Large Language Models (45 min). (10 min)](https://developers.google.com/machine-learning/crash-course/llm). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Production ML systems (80 min). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Automated machine learning (30 min). [](https://developers.google.com/machine-learning/crash-course/neural-networks)Fairness (110 min). * [Neural networks](https://developers.google.com/machine-learning/crash-course/neural-networks). and the dots in the top-left and bottom-right quadrants are orange.](https://developers.google.com/static/machine-learning/crash-course/neural-networks/images/nonlinear_simple.png). shaded with an orange background).](https://developers.google.com/static/machine-learning/crash-course/neural-networks/images/nonlinear_simple_feature_cross.png). graph, and is surrounded by a ring of orange dots.](https://developers.google.com/static/machine-learning/crash-course/neural-networks/images/nonlinear_complex.png). * [Manage cookies](https://developers.google.com/machine-learning/crash-course/neural-networks#). * [English](https://developers.google.com/machine-learning/crash-course/neural-networks). * [Deutsch](https://developers.google.com/machine-learning/crash-course/neural-networks?hl=de). * [Italiano](https://developers.google.com/machine-learning/crash-course/neural-networks?hl=it). * [עברית](https://developers.google.com/machine-learning/crash-course/neural-networks?hl=he).

Visit
en.wikipedia.org article

Neural network (machine learning) - Wikipedia

https://en.wikipedia.org/wiki/Neural_network_(machine_learning)

A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain. Artificial neuron models that

Visit
coursera.org article

How Do Neural Networks Work? Your 2026 Guide - Coursera

https://www.coursera.org/articles/how-do-neural-networks-work

Learn how neural networks work and what makes them foundational for deep learning and artificial intelligence. Neural networks are a key aspect of artificial intelligence, giving machine learning algorithms the ability to make accurate predictions. The Deep Learning Specialization from DeepLearning.AI can help you develop fundamental deep learning skills, such as building and training neural networks, and discover industry applications for different forms of AI, including natural language processing and speech recognition. Deep neural networks, which are used in deep learning, have a similar structure to a basic neural network, except they use multiple hidden layers and require significantly more time and data to train. Neural networks vary in type based on how they process information and how many hidden layers they contain. Backpropagation neural networks work continuously by having each node remember its output value and run it back through the network to create predictions in each layer. ## How do AI neural networks work?

Visit