Podcast
Questions and Answers
What type of learning does not provide any information about the output?
What type of learning does not provide any information about the output?
What type of learning uses example inputs to train the neural network?
What type of learning uses example inputs to train the neural network?
What is the hidden layer made up of?
What is the hidden layer made up of?
Study Notes
- Neural networks are a type of machine learning that contain an input layer, output layer and at least one hidden layer.
- The hidden layer is made up of several interconnected nodes and these nodes have an inbuilt ‘activation function’.
- Neural networks use three ways of learning – supervised, unsupervised and reinforcement learning.
- Supervised learning uses example inputs to train the neural network to provide correct outputs. Unsupervised learning does not provide any information about the output, and is used for solving clustering problems, estimation problems and self-organising maps. Reinforcement learning uses feedback to train the neural network.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge of neural networks, their structure and learning methods in machine learning. Explore the concepts of supervised, unsupervised, and reinforcement learning in neural networks.