What are the categories of machine learning?
Explain Supervised Learning and give examples.
Explain Unsupervised learning and give examples.
Ex. K-mean, self-organizing maps
Clustering
Explain Reinforcement learning and examples.
Ex. Q-learning, SARSA, TD-learning, DQNs
Robot Navigation
What is the motivation behind using unsupervised learning?
What kind of models can we create with unsupervised learning?
When should we use unsupervised learning?
How does k-means work?
What are the convergence criteria for k-means?
How do we find correct numbers of K?
What is competitive learning?
How does competitive learning work?
What is the are the Pseudo-code steps of competitive learning?
What happens if the learning rate = 0?
No updates will be made to the model’s parameters during the training process
What if the learning rate = 1?
Model’s parameters will be updated by a large step at each iteration
What does competitive learning allow you to do?
What is SOM?
Self organizing map = is a variation of competitive learning
What does SOM do?
What are the limitations of SOM?
Competitive learning vs. Self-organizing maps
Competitive Learning:
- Identifies features/prototypes through neuron competition.
- Focuses on individual feature identification.
- Used for feature selection and identification.
Self-Organizing Maps (SOMs):
- Creates a low-dimensional representation of data while preserving topology.
- Emphasizes cluster formation and visualization.
- Used for clustering and visualization tasks.
What are the use cases of SOM’s?
Explain Epigenetic Robot architecture.
Explain Self-Organized Internal Models Archtectur.