Closed vaquierm closed 5 years ago
Deeper CNN implemented in #22 Works much better. We should now try to implement a residual neural net?
The code for the deeper CNN comes from here
There is a nice implementation of a RNN here https://gist.github.com/mjdietzx/0cb95922aac14d446a6530f87b3a04ce
It implements the ResNet-50 network from this paper
This has a lot of models implemented in Keras https://medium.com/datadriveninvestor/five-powerful-cnn-architectures-b939c9ddd57b
A deep version of CNN
https://www.kaggle.com/adityaecdrid/mnist-with-keras-for-beginners-99457
Residual networks?
https://towardsdatascience.com/hitchhikers-guide-to-residual-networks-resnet-in-keras-385ec01ec8ff https://towardsdatascience.com/understanding-residual-networks-9add4b664b03