There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Relational-Database-System
A database system, like SQLite or MySQL, which allows you to represent any database schema. Used relational algebra to implement the database system.Image-Classification-of-Street-View-House-Numbers
Used Python to implement the forward pass and back-propogation for 4 convolutional-pooling layers. Trained the convolutional neural network on 5500 images of street view house numbers and achieved a 76% accuracyPredicting-University-Admissions-using-Linear-Regression
Trained regression models to find the probability of a student getting accepted into a particular university based on their profileBasic-Java-Graphics
Route_Between_Nodes
CTCI-Solutions
My solutions to questions from Cracking the coding interviewProMazo-Module-01-Module-02
Modules completed for ProMazo Apprentice ProgramIntelligent-Checkers
An AI program namely, Checkers, that plays a game against human or computer opponents. Interestingly it has the ability to beat good players in checkers.Lambda-Calculus--Common-Lisp
Basic Lambda-Calculus in Common Lispgcp-dfdl-processing
Database-Files-InternWiz
Smart-ICU
Given patients vitals and symptoms the neural network predicts the diagnosis of the patient with an accuracy of 63%Hangman
Property-Information-Web-Scrapper
Neural-Networks
List-of-Depths
Given a binary tree, the algorithm creates a linked list of all the nodes at each depth (e.g., if you have a tree with depth D, you'll have D linked lists).Constraint-Satisfaction-Problem-Solver
Constraint Satisfaction Engine and demonstrating it on a number of constraint satisfaction problems (CSPs) namely, Australia color Map problem, Job Scheduling, n-Queen problem, and Y=X^2StreetMapping
Given a data set representing the roads and intersections in a specific geographic region, the program plots a map of the data and provide shortest path directions between any two arbitrary intersections using Dijkstraโs algorithm.High-Efficiency-Version-Control-System
Highly efficient protocol for file syncing via web sockets over low bandwidth networks. Allows authorized clients to push changes to the main server. Used Merkle Trees to fingerprint file directories in as few bytes as possible.Love Open Source and this site? Check out how you can help us