Usama Ijaz (@mijaz18)

Top repositories

1

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.
C
2
star
2

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% accuracy
Python
2
star
3

Calculator-via-Parsing-Context-Free-Grammar

Implemented Recursive Decent, and Table Driven Parser for grammar of arithmetic expressions and evaluating the parse tree to generate a calculator.
C
2
star
4

Predicting-University-Admissions-using-Linear-Regression

Trained regression models to find the probability of a student getting accepted into a particular university based on their profile
Python
2
star
5

Basic-Java-Graphics

Java
1
star
6

Route_Between_Nodes

HTML
1
star
7

CTCI-Solutions

My solutions to questions from Cracking the coding interview
Java
1
star
8

ProMazo-Module-01-Module-02

Modules completed for ProMazo Apprentice Program
Python
1
star
9

Intelligent-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.
Java
1
star
10

Lambda-Calculus--Common-Lisp

Basic Lambda-Calculus in Common Lisp
Common Lisp
1
star
11

gcp-dfdl-processing

Java
1
star
12

Database-Files-InternWiz

PHP
1
star
13

Smart-ICU

Given patients vitals and symptoms the neural network predicts the diagnosis of the patient with an accuracy of 63%
Python
1
star
14

Hangman

Kotlin
1
star
15

Property-Information-Web-Scrapper

Python
1
star
16

Neural-Networks

HTML
1
star
17

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).
Java
1
star
18

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^2
Java
1
star
19

StreetMapping

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.
Java
1
star
20

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.
Java
1
star