Open luomai opened 6 years ago
Also, I really like the series of blogs that introduces CNN to beginners: https://adeshpande3.github.io/A-Beginner%27s-Guide-To-Understanding-Convolutional-Neural-Networks/
This is the goal we shall also achieve within this project.
candidate topics (first week of 7 ai algorithms in 7 weeks)
representation of data in computer stack/heap memory, array, tensor, shape std::vector, std::array, std::integer_sequence
neural network slp, mlp, cnn, dnn (alexnet, vgg, inception, resnet), rnn
ai problems and challenges: classification, object detection, etc...
optimization sgd, adam, ...
details of operators convolution, tensor contraction, bilinear, affine
cybernetics bp
unscheduled topics:
style of the tutorial shall follow the 7-weeks book series:
MXNet has design notes:
Our 7-day technical blogs is expected to be more compact and essential.