Machine Learning

Malaria Parasite Detection Using an SVM

37 minute read

Recently I read the excellent tutorial Deep Learning and Medical Image Analysis with Keras by Dr. Adrian Rosebrock’s. Adrian’s tutorial shows how to use a pr...

CIFAR-10 Classifier Using CNN in PyTorch

22 minute read

In this notebook we will use PyTorch to construct a convolutional neural network. We will then train the CNN on the CIFAR-10 data set to be able to classify ...

Tensors and Gradients in PyTorch

24 minute read

In this notebook we will learn what tensors are, why they are used and how to create and manipulate them in PyTorch.

MNIST Using Keras

5 minute read

In this notebook, we will build a simple two-layer feed-forward neural network model using Keras, running on top of TensorFlow. We then train the sequential ...

Resources to Learn Machine Learning

13 minute read

Here you will find a curated list of quality educational resources available online for free, to help you learn machine learning.