Coders Packet

Packets submitted by Vivek Pandey

Handwritten Digits Classification using a MLP in Python

This Project is used to identify handwritten Digits ( MNIST Data set ) using MLP in Python Programming Language.

Reverse a string using Python

In this program, We will reverse a string inputted by the user using 'for' loops in Python

Handwritten Digits Classification using a Convolutional Neural Network and Python

Implement a Convolutional Neural Network model to classify MNIST handwritten digit images using Keras and Python