The effect of Dataset Poisoning on Model Accuracy
I study the effect of dataset poisoning on popular datasets: MNIST, fashion-MNIST, CIFAR10, CIFAR100 to study its effect.
The effect of Dataset Poisoning on Model Accuracy Read More »
I study the effect of dataset poisoning on popular datasets: MNIST, fashion-MNIST, CIFAR10, CIFAR100 to study its effect.
The effect of Dataset Poisoning on Model Accuracy Read More »
Jupyter notebook here I love playing Beat Saber, a VR rhythm game in which you slice blocks in time with music. Turning a song into a Beat Saber map requires serious time, dedication and talent. I’ll attempt to bypass the requirements by trying to use artificial intelligence to make the Beat Saber maps. In order
make beat saber maps using machine learning (1) Read More »
Sticking to the sequential model limits the freedom you have with regards to creating models in Tensorflow. In this post, I’ll start by showing a simple sequential model. I’ll then convert it into a functional model. Finally, I’ll use GradientTape to calculate all gradients and control the full train loop, all to improve the possibilities
Creating a custom training loop in tensorflow Read More »