Abhiram Satpute's repositories

Pixel-Image-Recognition

these codes read the image file in the form of a 3D array containing rows, columns, and the pixel as the dimensions and store the color values in an array of the form [R,G,B,alpha] where alpha is for transparency.

Language:PythonStargazers:2Issues:0Issues:0

Analysis-on-Dog-Data

Analysis on data of various breeds of dogs with the information of their weights, characteristics and obey rate.. data imported from data.world website.

Stargazers:0Issues:0Issues:0

Credit-Card-Fraud-Detector

A simple credit card fraud detection algorithm, data set downloaded from kaggle. Mainly shows the difference between Accuracy of the model and the precision/validation value.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

FinAdvisor

This repository contains the details and progress of the final year project made by Anuj Yadav, Rohit Bhasin and Abhiram Satpute.

Stargazers:0Issues:0Issues:0

FPS-Game

A First Person Shooting Game created on UNITY3D and developed using C#.

Language:C#Stargazers:0Issues:0Issues:0

FPS-Game-on-UNITY

A First Person Shooting Game created on UNITY3D and developed in C#.

Language:ASPStargazers:0Issues:0Issues:0

IRIS-with-multiple-Classifiers

Applying multiple classifiers on the IRIS dataset and evaluating their scores with bar graph visualization as well as comparing with their numeric values.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

KNN-Wine-with-Different-Neighbors

Applying KNeighborsClassifier on sklearn's wine data and comparing what number of neighbors produce best accuracy for the given dataset.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Math-equation-trainer

ML is applied to determine the value of variables to match the values in the given math equation of three variables.

Language:PythonStargazers:0Issues:0Issues:0

NLP-and-Multi-Layered-Neural

Understanding movie reviews by reading from txt file and applying NLP and Deep neural network on the files and creating pickle and using this in training the data and calculation of accuracy from it.

Language:PythonStargazers:0Issues:0Issues:0

SVM-and-KNN-for-breast-cancer

application of SVM and K Nearest Neighbor classifiers on the data for breast cancer data (melignant or benign) in Wisconsin and calculation of their accuracy to determine the better classifier for this case.

Language:PythonStargazers:0Issues:0Issues:0

tensorflow-neural

contains the codes and the data that I learned from sentdex consisting of defining the neural network and passing the data through it for the output prediction.

Language:PythonStargazers:0Issues:0Issues:0