Coders Packet

Listing of packets of source code submitted by coders

MERGE SORT in C++

This C++ code takes the input array from the user and sort it using the merge sorting algorithm and gives the final array sorted in ascending order.

Drawing Program using Python

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

Image Post Feed using MERN Stack

A Full Stack web application using MERN Stack that allows users to upload photos and view those of others.

Implementing Epsilon-Greedy Algorithm in Python

In this project, We will implement the Multi-Armed Bandit Analysis of Epsilon-Greedy 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.

Brain Tumor Detection Using CNN

Based on the Brain MRI Images as our Dataset, we classify whether a person has Brain Tumor or not with his Brain MRI Scan using Convolutional Neural Networks (CNN).

Excel application using electron

The project is about the Cross-Platform Excel application using electron . Used data structure to implement various excel functionalities.

Simple Voting Web Application using states in ReactJS

A simple Voting App using React js that will help you to understand how to use state in ReactJS. Here we will make simple voting for the cars. After this project, you will be able to make your own.

Friends Suggestion Algorithm in Python

Social media checks your friends list and looks for mutual friends. These mutual friends are shown as suggestions on your timeline. For example, your siblings friends could be people you know.

Various Logic gates using Perceptron (ANN) in Python

This project depicts how we can create logic gates like AND, OR through perception algorithms in an artificial neural network model.

Predictive modelling using XGBoost in Python

In this tutorial, we will learn how to build a predictive model using XGBoost in Python. This process involves data preparation, normalization, and predicting the employee attrition rate.

Virtual Cricket Game in C++

Virtual Cricket Game using C++ and its built_in libraries. This is a short and easy to play Cricket game which takes away our boredom.