Code Packets
Browse all published coding projects
Kmeans Clustering Using Python
In this tutorial we will learn unsupervised learning algorithm: KMeans clustering using Python. This algorithm categorises the items into k groups of similarity.
Implementing Gaussian Mixture Model in Machine Learning using Python
Implementing Gaussian Mixture Model using Expectation Maximization (EM) Algorithm in Python on IRIS dataset.
Understanding and Implementing Hierarchical Clustering Algorithm in Python
Hierarchical Clustering Algorithm implementation in Python on Human Gene Dataset for multi-class classification
Prediction using Decision Tree Algorithm
For the ‘Iris’ dataset, I have create the Decision Tree classifier(in Python) and visualize it graphically.(Prediction using Decision Tree Algorithm)
Drawing Program using Python
A program which allows you to use a variety of drawing tools similar to Microsoft paint.
Identify Age, Gender, Emotion & Ethenicity of person using opev-CV
In this project, there are multiple deep learning models which are able to identify Age, Gender, Emotion & Ethnicity of person present in the image.
Real Time Face Detection Using Python (Haar Cascade & Face Recognition)
This project aims to build a simple real time face detector (video based) using two different approaches namely, Haar Cascades and face_recognition module in Python.
Human Activity Recognition using Accelerometer and CNN with Python
With the accelerometer dataset, Human activities are analyzed and predicted using the CNN model.
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.
Simple Offline dictionary using Python
This packet is a simple offline dictionary in Python. It uses JSON data which is provided with the code.
Health Insurance premium prediction in Python using scikit-learn
The main aim of this project is to predict the insurance claim by each user that was billed by a health insurance company in Python using scikit-learn.
Sentiment Analysis on IMDB dataset with LSTM on keras
In this project, we do sentiment analysis on IMDB dataset available on keras using LSTM.