This notebook implements a neural network using Julia Flux to recognize handwritten digits from MNIST dataset.
This project contains code and explanation behind the code for detecting 15# facial keypoints for a given face image (Kaggle dataset) using Multi Layer Perceptron in Julia.
This notebook provides a quick introduction to Julia Flux by having a Binary Classification Model implemented to classify Apples and Bananas Images.
This notebook provides a quick introduction to Neural Networks by having a Non Binary Classification Model implemented to classify Apples, Bananas and Grapes Images.