Coders Packet

Packets submitted by Saurabh Damle

Crack detection by CNN using Keras in Python

This project is a demonstration of building a CNN in Python to detect if cracks are present in the image. It uses Keras framework.

Predicting car prices by linear regression using scikit-learn in Python

This project is demonstration of simple linear regression in Python using scikit-learn on real world problem of predicting car prices.

Language modelling in Python to classify tweet using Keras and GloVe embedding.

This project is used to classify tweets on twitter whether they are related to a disaster or not based on the tweet contents. This Python project uses Keras framework and GloVe embedding.

Diabetes detection using Neural Network in Python using Keras

In this project I have built a model in Python with Keras which will detect whether a person has diabetes or not using certain features. Here is a simple ANN to detect diabetes using Keras.