Basic code examples for some machine learning algorithms, using TensorFlow library.
Basic Operations (code)
Nearest Neighbor (code)
Linear Regression (code)
Logistic Regression (code)
Multilayer Perceptron (code)
Convolutional Neural Network (code)
AlexNet (code)
Reccurent Network (code)
Basic Operations on multi-GPU (code)
tensorflow
numpy
matplotlib
cuda (to run examples on GPU)
Other tutorials are coming soon...