Skip to content

adventuresinML/adventures-in-ml-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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