Coders Packet

Packets submitted by Dhruv Khurana

Stock Price Prediction using Linear Regression in Python

Project on prediction of stock prices using a simple linear regression model in Python

Handwritten Digit Classification using CNN in Keras

Project on classification of handwritten digits using Convolutional Neural Network (CNN) in Keras with the standard MNIST dataset .

Sentiment Analysis of Tweets using Naive Bayes & Random Forest Classifiers - Python

Project on sentiment analysis of Twitter data to help detect tweets with hate speech by applying ML models like Gaussian Naive Bayes, Multinomial Naive Bayes and Random Forests with Python.