|
|
|
|
|
by visarga
3578 days ago
|
|
The web is full of videos and PDFs with learning materials. But what is needed for learning to actually work is to have exercises to practice on. What I mean is fine gradation of difficulty and tracking prerequisites (notions needed in order to tackle a problem) so as to give students problems that are not too easy or too difficult, but just at the right level. I seldom find such problems/examples tuned to slightly above my level of understanding. Same problem in programming and machine learning - people need a little hand holding in the form of a sequence of problems to solve that would never be either too difficult or too easy. Examples usually jump from Todo MVC to full apps, in one step, or in ML, from a simple MNIST example (or even the minuscule Iris dataset) to double LSTM with memory and attention. Where are the intermediary nice problems to learn on? When I was learning math in school and high school there were loads gradual problems to solve, but at university suddenly there was just theory and almost no useful problems to practice on. |
|