ULTRALYTICS Glossaire

Réseau neuronal (NN)

Explore Neural Networks' structure, training, and applications in AI/ML. Learn how they power innovations in image recognition, NLP, healthcare, and more.

A Neural Network (NN) is a fundamental element in the repertoire of machine learning (ML) and artificial intelligence (AI) techniques. Inspired by the human brain’s network of neurons, neural networks are used to recognize patterns, classify data, and make predictions by learning from large datasets through training algorithms.

Structure And Components

Neural networks typically consist of layers of neurons:

  • Input Layer: Receives the initial data features.
  • Hidden Layers: Process the data through neurons connected by synapses. These layers can be many and are where the neural network’s learning and transformations occur.
  • Output Layer: Produces the final predictions or classifications.

Each neuron's connection carries a weight, adjusted during training to minimize prediction errors. The activation function in each neuron defines how the received input transforms into output, with common functions including ReLU, sigmoid, or tanh.

Training Algorithms

Training neural networks involves algorithms that adjust weights using techniques like backpropagation in conjunction with optimization algorithms such as gradient descent and Adam Optimizer. This process aims to minimize a selected loss function, which quantifies the difference between the actual output and the predicted output.

Applications

Neural networks power a vast range of AI and ML applications:

  • Image Recognition: Neural networks can classify objects within images. An example is the Ultralytics YOLO model, which is highly advanced for real-time object detection and image segmentation.
  • Natural Language Processing (NLP): Neural networks are pivotal in understanding and generating human language. Significant use cases include chatbots and virtual assistants, leveraging large language models (LLM) like GPT-3 and BERT.
  • Healthcare: They assist in diagnosing diseases, predicting patient outcomes, and personalizing treatment plans. The AI in Healthcare section on the Ultralytics website explores numerous applications transforming medical diagnosis and treatment.

Key Differences From Related Terms

  • Artificial Intelligence (AI): AI encompasses all techniques enabling machines to simulate human intelligence, including rule-based systems, ML, and neural networks.
  • Machine Learning (ML): A subset of AI focused on training models to learn from data; neural networks are a principal method within this domain.
  • Deep Learning (DL): A specific type of ML involving neural networks with many layers (deep architectures). Convolutional Neural Networks (CNN) and Recurrent Neural Networks (RNN) are examples of deep learning networks particularly effective for image and sequence data, respectively.

Exemples concrets

  1. Autonomous Vehicles: Neural networks are integral to the vision systems of self-driving cars. They help detect and classify objects like pedestrians, signs, and other vehicles, ensuring safer navigation. Explore more in AI in Self-Driving.
  2. Customer Recommendations: Platforms like Netflix and Amazon use neural networks to analyze user data and recommend products or content tailored to individual preferences, enhancing user engagement.

Further Reading And Resources

Neural networks are continuously advancing, driving innovations across various industries with their ability to learn from complex, high-dimensional data. By understanding their structure, training methods, and applications, we can better harness their potential to solve real-world problems.

Construisons ensemble le futur
de l'IA !

Commence ton voyage avec le futur de l'apprentissage automatique.