Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology
Neural Networks
concept · part of Computer Science / Information Technology
Neural networks are computing systems inspired by biological neural networks, consisting of interconnected nodes (neurons) that process data. They are fundamental to deep learning and enable tasks like image and speech recognition.
Inside Neural Networks (2)
- Convolutional Neural Network — A convolutional neural network (CNN) is a neural network specialized for processing grid-like data, such as images, using convolutional and pooling layers.
- Recurrent Neural Network — A recurrent neural network (RNN) is a type of neural network designed for sequential data, with hidden states that capture information from previous steps.
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.