• Stars
    star
    1,041
  • Rank 44,255 (Top 0.9 %)
  • Language
    Jupyter Notebook
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository holds all the code for the site http://www.adventuresinmachinelearning.com

adventures-in-ml-code

This repository holds all the code for the site http://www.adventuresinmachinelearning.com

neural_network_tutorial.py is the code developed in Neural Networks Tutorial – A Pathway to Deep Learning tensor_flow_tutorial.py is the code developed in Python TensorFlow Tutorial – Build a Neural Network convolutional_neural_network_tutorial.py is the code developed in Convolutional Neural Networks Tutorial in TensorFlow keras_cnn.py is the code developed in Keras tutorial – build a convolutional neural network in 11 lines
tf_word2vec.py is the code developed in Word2Vec word embedding tutorial in Python and TensorFlow
cntk_tutorial.py is the code developed in A Microsoft CNTK tutorial in Python – build a neural network
tf_queuing.py is the code developed in An introduction to TensorFlow queuing and threading