We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f43dc commit 20a6c9bCopy full SHA for 20a6c9b
README.md
@@ -20,7 +20,9 @@ Definition of Machine Learning by Tom Mitchell
20
+ [LinearAlgebraReview.md](./supervisedLearning/LinearAlgebraReview.md)
21
22
- unsupervisedLearning = let the computer learn by itself
23
- + [neuralNetworks](./unsupervisedLearning/neuralNetworks)
+ + neuralNetworks
24
+ - [digitRecognition](./unsupervisedLearning/neuralNetworks/digitRecognition)
25
+ - [learningWithBackpropagation](./unsupervisedLearning/neuralNetworks/learningWithBackpropagation)
26
27
- TODO: ReinforcementLearning
28
- TODO: RecommenderSystems
0 commit comments