Neural Networks- Review
In short: notes I took while reviewing the basics of neural networks. Mostly quotes worth keeping, plus the three kinds of learning and where each one shows up. A lot is happening in AI right now.…
- published
- read time
- 1 min
- words
- 108
- lang
- en
In short: notes I took while reviewing the basics of neural networks. Mostly quotes worth keeping, plus the three kinds of learning and where each one shows up.
A lot is happening in AI right now. Neural networks are one part of it, and that is the part I want to talk about here.
Quotes worth keeping
Artificial Intelligence is the New Electricity
Andrew Ng
Geoffrey Hinton made neural networks easier to understand for people.
Three kinds of learning
- Supervised learning
- Unsupervised learning
- Reinforcement learning
Recommendation systems are supervised learning. AlphaGo is reinforcement learning.
Where it lands
AI can help produce medicine. It can also diagnose skin cancer.
related