Implementation of a Two-Layered Neural Network from scratch(only numpy and keras) to find the product of two numbers. The code contains the basic implementation of forward and backward propagation, sigmoid activation, training step etc.
Code for multiclass classification of images using Tensorflow and Keras.