Dear community,
Apologies for cross posting.
I would like to share my experiences (read code examples) of training AlexNet using Keras, for three specific scenarios :-
Training from scratch
Fine-tuning the pre-trained AlexNet
Extracting features from a specific layer
This could help you establish the baseline performance using a standard CNN model (AlexNet) for your research.
Github link : here
Blog entry : here
I would appreciate any suggestions or constructive feedback. If you find any bugs/errors, please post them under issues, on the github project webpage. All code is released under MIT license. Feel free to modify/edit and redistribute.
Two specific resources which were very helpful for my project are - this article by Francois Chollet and this project by the Heuritech team. Many thanks to them!
Thanks,
Rahul Duggal