Neural Network CH5 Flashcards
1
Q
What is Neural Network Layer
A
- Is a fundamental building block of a neural network, a computational model inspired by the human brain process information.
3 LAYERS
1. Input Layer
2. Hidden Layer
3. Output Layer
2
Q
Machine Learning
A
a transformative branch of AI that focuses on developing systems that learn from and make decision based on data
3
Q
How does it work?
A
- Data Ingestion
- Model Training
- Testing and Validation
- Deployment
4
Q
Types of Machine Learning
A
- Supervised Learning - machine learns from data, make predictions based on I/O pairs
- Unsupervised Learning - machine uses unlabeled data to find patterns and relationships
- Reinforcement Learning - system learns to make decisions by performing actions and observing the results
5
Q
Application of Machine Learning
A
- Personalized Recommendations
- Fraud Detection
- Natural Language Processing
- Healthcare
6
Q
Convolutional Neural Networks (CNNs)
A
- a class of Neural Network that specialises in processing data that has a grid-like topology such as images
3 LAYERS
1. convolutional
2. pooling
3. fully connected
7
Q
Purpose and Applications of CNN
A
- Image Classification
- Object Detection and Localization
- Image and Video Analysis
- Facial Recognition
- Medical Image Analysis
- Autonomous Vehicles