Syed Abdul Hadi (syedhadi816)

syedhadi816

Geek Repo

Company:Afiniti

Location:Virginia

Github PK Tool:Github PK Tool

Syed Abdul Hadi's repositories

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

Second-Order-Central-Finite-Difference-

The attached code can be used to solve a second order ordinary differential equation using the central finite difference method. It has currently been written to solve the second order light deflection ODE.

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

ARIMA-and-Experimental-KNN-for-time-series-data

An ARIMA time series forecasting model to forecast the LIBOR rate during the COVID pandemic. For experimental and learning purposes the Feds Funds rate was forecasted using ARIMA and the LIBOR forecast was calculated using the FFR forecast through KNN (which surprisingly gave good results). But that's mainly because FFR fluctuations are very closely tied with LIBOR, this approach may not be used for conventional time series forecasting.

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

BackProp-Pytorch-Hand-Written-Number-Recognition

MNIST Numbers dataset to train a model on Pytorch to detect hand written numbers

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

Graph-Convolutional-Network-for-Bundle-Recomendation

The model described in the paper was trained on the goodreads books dataset to imitate the recommendation of bundles of online courses to users.

Stargazers:0Issues:0Issues:0

Modeling-the-Compressive-Strength-of-Concrete-with-MARS-and-Ensemble-RF

Implementation of a statistical model for measuring the compressive strength of concrete which explains 92.3% of the variance.

Language:RStargazers:0Issues:0Issues:0

Monte-Carlo-Simulation-for-Black-Scholes

Monte carlo simulation for the black scholes PDE.

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

Sarcasm-Detector-

Sarcasm detector for news headlines using KNN, Log Regression and Perceptron Neural Network

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

Binomial-Tree-for-Options-Pricing

Binomial tree for European put option.

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

Cox-Ingersoll-Ross-CIR-Simulations-

The following code can be used to obtain a Cox-Ingersoll-Ross (CIR) simulations. I created the code to obtain a simulation for interest rates and house prices that were to be used to numerically solve a mortgage pricing PDE.

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

derby-race-prediction-

Horse race analysis and modeling to understand factors that affect the final position of a horse in a race. This includes analysis of track conditions, jockey (and jockey history), horse history, course type and a number of other factors.

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

Logistic-Regression-No-Libraries-Used-

Logistic regression with softmax activation and mini batch gradient descent. (Python)

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

Model-for-Fair-Auction-Price-of-IPL-Players

An ML model for determining the fair auction price of cricket players for the IPL. If you wish to replicate this model reach out at syedhadi816@gmail.com for data files used. Data cleaning and preparation was the most intensive time intensive component of this project.

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

Monte-Carlo-Integration-

Estimating the solution of an integral using monte carlo integration.

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

pipedream

Serverless integration and compute platform. Free for developers.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

RNN_short_text_generation

Character Level Language Model

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

Similarity-Measurement-in-Text-Data

Measuring similarity in textual data (Bag of Words model) using Jaccard distance, Cosine similarity and Euclidean distance.

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

Stochastic-Gradient-Descent--No-Libraries-Used-

Logistic regression using log loss and stochastic gradient regression from scratch.

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

syedhadi816

Config files for my GitHub profile.

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

UNet_Image_Segmentation

UNet Model for Image Segmentation.

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

Wikipedia-Answer-Generation-Regex-Pattern-Matching

This QA system should be able to answer Who, What, When and Where questions (but not Why or How questions) and provide the information only what is asked for by the question. below is the sample question and answers for that.

Language:PythonStargazers:0Issues:2Issues:0