/deepsentirank

Deep Learning based Sentiment Ranking for Multimedia

Primary LanguagePythonApache License 2.0Apache-2.0

AlexNet CNN with Tensorflow and ILSVRC2012 Data

Implementation of AlexNet with tensorflow.

Requirements:

Tensorflow

Python3

OpenCV

Put all the images you would like to test in the testModel folder.

Put bvlc_alexnet.npy model from here into the same folder from where you place the test file.

Run the test file with "python testModel.py".

References:

  1. https://github.com/ykpengba/AlexNet-A-Practical-Implementation

  2. https://medium.com/coinmonks/understand-alexnet-in-just-3-minutes-with-hands-on-code-using-tensorflow-925d1e2e2f82