Submitted by Ok_Cartographer3000 t3_z15d5p in deeplearning
q-rka t1_ixav4ld wrote
I have written some machine learning algorithms from scratch including neural network and CNNs and some of them might be in top 10 of Google search. If I have to start again, I woukd do follows:
- Learn Python and OOP.
- Master the NumPy and little of Pandas.
- Understanding equations and how to code them like matrix multiplications, dot product..
- Understanding of forward and back propagation and writing simple example in copy and trying to write code for it.
- Trying to solve XOR problem. Its fun!
- Learning about activation functions and how error propagates on different function and error functions.
Viewing a single comment thread. View all comments