All Projects → hjptriplebee → Alexnet_with_tensorflow

hjptriplebee / Alexnet_with_tensorflow

an implement of AlexNet with tensorflow, which has a detailed explanation.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Alexnet with tensorflow

Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-76.26%)
Mutual labels:  deep-learning-tutorial
Machine Learning Algorithms
A curated list of almost all machine learning algorithms and deep learning algorithms grouped by category.
Stars: ✭ 92 (-33.81%)
Mutual labels:  deep-learning-tutorial
Deep learning notes
a collection of my notes on deep learning
Stars: ✭ 112 (-19.42%)
Mutual labels:  deep-learning-tutorial
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-74.1%)
Mutual labels:  deep-learning-tutorial
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-51.8%)
Mutual labels:  deep-learning-tutorial
Androidtensorflowmachinelearningexample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Stars: ✭ 1,369 (+884.89%)
Mutual labels:  deep-learning-tutorial
Kalasalingam
IEEE "Invited Talk on Deep Learning" 03/02/2018
Stars: ✭ 13 (-90.65%)
Mutual labels:  deep-learning-tutorial
Python autocomplete
Use Transformers and LSTMs to learn Python source code
Stars: ✭ 123 (-11.51%)
Mutual labels:  deep-learning-tutorial
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+745.32%)
Mutual labels:  deep-learning-tutorial
Deeplearning tutorials
The deeplearning algorithms implemented by tensorflow
Stars: ✭ 1,580 (+1036.69%)
Mutual labels:  deep-learning-tutorial
Deeplearning
This repository will contain the example detailed codes of Tensorflow and Keras, This repository will be useful for Deep Learning staters who find difficult to understand the example codes
Stars: ✭ 49 (-64.75%)
Mutual labels:  deep-learning-tutorial
Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-52.52%)
Mutual labels:  deep-learning-tutorial
Openvino Custom Layers
Tutorial for Using Custom Layers with OpenVINO (Intel Deep Learning Toolkit)
Stars: ✭ 101 (-27.34%)
Mutual labels:  deep-learning-tutorial
Deep Tutorials For Pytorch
In-depth tutorials for implementing deep learning models on your own with PyTorch.
Stars: ✭ 971 (+598.56%)
Mutual labels:  deep-learning-tutorial
Hyperdl Tutorial
深度学习教程整理 | 干货
Stars: ✭ 1,574 (+1032.37%)
Mutual labels:  deep-learning-tutorial
Deep Learning Experiments
Notes and experiments to understand deep learning concepts
Stars: ✭ 883 (+535.25%)
Mutual labels:  deep-learning-tutorial
Easy Yolo
Yolo (Real time object detection) model training tutorial with deep learning neural networks
Stars: ✭ 98 (-29.5%)
Mutual labels:  deep-learning-tutorial
Adventures In Deep Learning
A curated list of Deep Learning resources sorted by reputation
Stars: ✭ 131 (-5.76%)
Mutual labels:  deep-learning-tutorial
Machine learning lectures
Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.
Stars: ✭ 118 (-15.11%)
Mutual labels:  deep-learning-tutorial
Pytorch Neural Style Transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.
Stars: ✭ 106 (-23.74%)
Mutual labels:  deep-learning-tutorial

AlexNet-with-tensorflow

an easy implement of AlexNet with tensorflow, which has a detailed explanation.

alexnetalexnetalexnet

tensorflowtensorflowtensorflow

The code is an implement of AlexNet with tensorflow. The detailed explanation can be found here

Before running the code, you should confirm that you have :

  • Python (2 and 3 is all ok, 2 need a little change on function"print()")
  • tensorflow 1.0
  • opencv

Then, you should download the model file "bvlc_alexnet.npy" which can be found hereor here(for users who can't download from the first link).

Finally, run the test file with "python3 testModel.py -m folder -p testModel", you will see some images with the predicted label (press any key to move on to the next image).

The command also supports url.

For eg. "python3 testModel.py -m url -p http://www.cats.org.uk/uploads/images/featurebox_sidebar_kids/Cat-Behaviour.jpg"

You can also use tensorboard to monitor the process. Remeber to see detailed explanation.



If you have any problem, please contact me!

blog :http://blog.csdn.net/accepthjp

email :[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].