Jupyter Notebooks Jupyter I am using Jupyter notebooks, an open source web application to manage and share my…
Tensorflow 8: MNIST NN 1 My previous post. . All my code can be found on github (8_MNIST_1.ipynb) MNIST The MNIST dataset consists of images of handwritten… AI, MNIST, Tensorflow
Tensorflow 7: First Neural Network My previous post. . All my code can be found on github (7_Basic_Neural_Network.ipynb) The Brain! Now that we know how to train… AI, Tensorflow
Tensorflow 6: Training with Linear Regression My previous post. . All my code can be found on github (6_TrainingWithLinearRegression.ipynb) The aim of a Neural Network is to get… AI, Tensorflow
Tensorflow 5: Variables My previous post. . All my code can be found on github (5_Variables.ipynb) Variables We use variables to store data during computation.… AI, Tensorflow