Coders Packet

Packets submitted by Anoushka Mergoju

Predicting Hand-Written Digits in Python Using Keras

In this project, we are going to predict handwritten digits in Python using Keras deep learning API. We'll be importing the mnist dataset from Keras.

Basic ChatBot using NLTK in Python

This project aims to build a basic chatbot in Python using NLTK. It's a simple bot but a great way for one to understand NLP.

Heart Attack detection in Python using TensorFlow and Keras

In this project, we will be exploring TensorFlow and Keras deep learning API to detect Heart Attacks to understand deep neural networks in Python programming.