ABHIJIT's repositories

fractionalKnapsack

The short python code for fractional knapsack algorithm

Language:PythonStargazers:1Issues:0Issues:0

SecureLogin

A login page created with php sessions which redirects to a success.php page upon successful login.

Language:PHPStargazers:1Issues:0Issues:0

Apples-from-Oranges

The program uses a decision tree classifier to compare the input given with the preloaded training data to provide the accuracy as output.

Language:PythonStargazers:0Issues:0Issues:0

Blog

A blog website to create and store posts.

Language:JavaScriptStargazers:0Issues:0Issues:0

Coins

The classic coin change problem solved using a dynamic programming algorithm

Language:PythonStargazers:0Issues:0Issues:0

fibonacci_pisano-period

algorithm to calculate fibonacci of large number mod(m) using pisano period

Language:PythonStargazers:0Issues:0Issues:0

InternetBanking

Advanced Java project

Language:JavaStargazers:0Issues:1Issues:0

KNN-classifier

A program which imports the iris dataset provided by Anaconda, Uses K nearest neighbors Classifier to predict the label ,Prints out the accuracy of the Classifier.

Language:PythonStargazers:0Issues:0Issues:0

Local_Authentication

A web app to signup and store new information in a mongo database and access a registered profile using the login page.The app uses passport for the authentication. Also the stored password is hashed using bcrypt.

Language:JavaScriptStargazers:0Issues:0Issues:0

Omnifood-website

A website of an food delivery service company.

Language:HTMLStargazers:0Issues:0Issues:0

Doubly_LinkedList

Python implementation of doubly linked list

Language:PythonStargazers:0Issues:0Issues:0

elements-js

Adding elements using js

Language:HTMLStargazers:0Issues:0Issues:0

Everybody_Dance_Now

This is the code for "Everybody Dance Now!" By Siraj Raval on Youtube

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

giant_pandas

Visualizing the dependency of goc_score on various features in the giant pandas ensemble dataset

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

Iris-Classifier

A self-made classifier which trains on the iris dataset and predicts the label (i.e 0 , 1 or 2) using random choice.Thus, the classifier has 33% accuracy

Language:PythonStargazers:0Issues:0Issues:0

Kruskal-MST

Kruskals algorithm that takes the number of vertices and edges as input followed by the source edge,destination edge and weight and prints the weight of the minimum spanning tree

Language:PythonStargazers:0Issues:0Issues:0

Learn_Deep_Learning_in_6_Weeks

This is the Curriculum for "Learn Deep Learning in 6 Weeks" by Siraj Raval on Youtube

Stargazers:0Issues:0Issues:0

Prims-MST

The python code for Prims minimum spanning tree.Outputs the total weight of the MST.

Language:PythonStargazers:0Issues:0Issues:0

Retrained_ImageClassifier

A retrained MobileNet that takes an image and predicts the gender of the subject in the image. Prints the percentage of the prediction result alonside the labels.

Stargazers:0Issues:0Issues:0

Reverse_linkedList

The program takes the number of elements and the elelments of the linkedlist as input and prints out the reversed linked list as output.

Language:PythonStargazers:0Issues:0Issues:0

Rock_paper_scissors

A basic game created using pygame and tkinter

Language:PythonStargazers:0Issues:0Issues:0

Scrappy-Classifier

A user defined classifier that applies same logic as a KNN calssifier.Prints the accuracy.

Language:PythonStargazers:0Issues:0Issues:0

Sieve_Prime

Sieve of Erastothenes. A novel algorithm to find out prime numbers

Language:C++License:MITStargazers:0Issues:0Issues:0

Stratify-CNN

A convolutional neural network that trains on the images provided in the training_set and validates the accuracy predicting the results on the test_set

Language:PythonStargazers:0Issues:0Issues:0

ToDoApp

A basic Todoapp

Language:JavaScriptStargazers:0Issues:0Issues:0

Turtle

testing turtle module

Language:PythonStargazers:0Issues:0Issues:0