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.

RISHAV RANJAN · Dec 07, 2020

Implementing Gaussian Mixture Model in Machine Learning using Python

Implementing Gaussian Mixture Model using Expectation Maximization (EM) Algorithm in Python on IRIS dataset.

R. Gayathri · Dec 06, 2020

Understanding and Implementing Hierarchical Clustering Algorithm in Python

Hierarchical Clustering Algorithm implementation in Python on Human Gene Dataset for multi-class classification

Jacin Jacob · Dec 06, 2020

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)

Vimal Kumar Verma · Dec 03, 2020

Drawing Program using Python

A program which allows you to use a variety of drawing tools similar to Microsoft paint.

Reeva Prasad · Dec 03, 2020

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.

Vimal Kumar Verma · Dec 02, 2020

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.

Utsav Tripathi · Dec 01, 2020

Human Activity Recognition using Accelerometer and CNN with Python

With the accelerometer dataset, Human activities are analyzed and predicted using the CNN model.

Rajasree Unnithan R · Dec 01, 2020

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.

Saurabh Damle · Nov 30, 2020

Simple Offline dictionary using Python

This packet is a simple offline dictionary in Python. It uses JSON data which is provided with the code.

Vineet Pandey · Nov 28, 2020

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.

Kotha Sai Narasimha Rao · Nov 28, 2020

Sentiment Analysis on IMDB dataset with LSTM on keras

In this project, we do sentiment analysis on IMDB dataset available on keras using LSTM.

Vineet Pandey · Nov 28, 2020