Adversarial Attacks What are Adversarial Attacks An adversarial attack is an attempt to trick a machine learning classifier… adversarial, AI
Tensorflow 10: CNNs 1 My previous post. . All my code can be found on github (10_CNN_1.ipynb) Why? In the last lesson we extended vanilla neural… AI, HowTo, MNIST, Tensorflow
Tensorflow 9: MNIST 2 My previous post. . All my code can be found on github (9_MNIST_2.ipynb) In the last guide we had a single hidden… AI, MNIST, Tensorflow
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
Tensorflow 4: Placeholders Expanding from my previous post. . All my code can be found on github (4_Placeholders.ipynb) Placeholders Placeholders are variables that we… AI, Tensorflow
Tensorflow 3: Tensorboard Basics Expanding from my previous post: I will create a new jupyter notebook called 3_TensorboardBasics.ipynb. All my code… AI, Tensorboard, Tensorflow