-
svZeroDSolver Public
Forked from SimVascular/svZeroDSolver-ArchivedA Python lumped-parameter solver for blood flow and pressure in hemodynamic networks
Python UpdatedOct 22, 2021 -
-
svOneDSolver Public
Forked from SimVascular/svOneDSolverA C++ solver for blood flow and pressure in deformable 1D hemodynamic networks
C++ Other UpdatedAug 5, 2021 -
darknet Public
Forked from pjreddie/darknetConvolutional Neural Networks
C Other UpdatedJun 27, 2021 -
Leetcode_Practice Public
A repository comrising of some of the most important Data Structure Problems and Puzzles.
-
Interview_Problems_Topicwise Public
My solutions to some common interview problems
C++ UpdatedJun 24, 2021 -
Project-Euler-Solutions Public
My Solution to https://projecteuler.net/ Mathematical Challenges
UpdatedJun 16, 2021 -
tambola-generator Public
Forked from sidaudhi/tambola-generatorA library for generating tambola tickets and calling the draw
TypeScript UpdatedMay 13, 2021 -
Non_Linear_Regression_Models Public
A guide on how to choose between Linear Regressions and Non Linear regression models.
Jupyter Notebook UpdatedMar 24, 2021 -
Color-Detection-OpenCV Public
Forked from balajisrinivas/Color-Detection-OpenCVPython UpdatedFeb 11, 2021 -
Complete-Placement-Preparation Public
Forked from anushka23g/Complete-Placement-PreparationThis repository consists of all the material required for cracking the coding rounds and technical interviews during placements.
UpdatedJan 31, 2021 -
Bank_Fraud_Detection Public
Detecting the probability of A person leaving the bank using Artificial Neural Network
Jupyter Notebook UpdatedSep 18, 2020 -
-
Space_Invaders Public
In this project I used the pygame library of python to create the space invader game.
Python UpdatedApr 19, 2020 -
This projects shows how Principal Component Analysis can be used in segmentation processes with a great accuracy.
Jupyter Notebook UpdatedApr 18, 2020 -
Classify Handwritten Digits using Python and Atificial Neural Networks
Jupyter Notebook UpdatedApr 17, 2020 -
In this project I did some exploratory data analysis and visualization ,followed by Prediction of the Wine Quality using the K nearest Algorithm based on the given parameters.
Jupyter Notebook UpdatedApr 17, 2020 -
Review_Classifier Public
Reviews Classifier using Natural Language Processing.
Jupyter Notebook UpdatedApr 16, 2020 -
Movie_recommender_System Public
A Machine Learning System which uses Cosine_similarity to Suggest movies like the ones you like!
Jupyter Notebook UpdatedApr 10, 2020 -
Titanic_Survival_Data Public
In this project I am analyzing the famous Titanic data set in order to predict the Survival rate of a passenger based on various factors.
Jupyter Notebook UpdatedApr 9, 2020 -
Iris_Flower_Classification Public
A basic project to show the classification task in Machine Learning. In this project I classified the Iris dataset into
Jupyter Notebook UpdatedApr 7, 2020 -
Blackjack Public
In this project I made a very basic Blackjack game with an intermediate OOP knowledge and the Python Programming Language.
Jupyter Notebook UpdatedApr 2, 2020 -
Desktop_Voice_Assistant Public
In this project I tried to create a Voice Activated Desktop Assistance named Amadeus which performs some basic tasks.
-
Bokeh_chart Public
In this project I am going to show the basic use of the Bokeh which is a python library used for interactive visualization.
Python UpdatedMar 30, 2020 -
Instagram_Followers_Automate Public
See who follows you on Instagram using Automation
Python UpdatedMar 29, 2020 -
In this project I am going to analyse IPL data from the year 2008-2018 and predict the outcome for a certain match in the upcoming seasons.
-
In this project I am going to perform web scraping and Analyse data from
Jupyter Notebook UpdatedMar 27, 2020 -
Amazon_Stock_Predictor Public
Building an Amazon stock prediction model based on the data from Quandl module.
Jupyter Notebook UpdatedMar 26, 2020 -
911_Calls_Data_Analysis Public
In this project we are going to analyse some 911 data from https://www.kaggle.com/.
HTML UpdatedMar 23, 2020 -
Hangman_in_Python Public
In this code we are building a basic game program : HANGMAN.The game will allow for user input, and will also output a visual of the hangman alongside the word that’s being guessed.