Pinned Repositories
Algo_Ds_Notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
Algos
This repository has implementation of various data structures and algorithms implemented in python and cpp
Applcation-of-CNN
CIFAR-10 Keras implementation for my medium blog
Data-analysis-with-pandas
Welcome to data analysis with pandas tutorial. In this tutorial i have covered all the topic of pandas and tried to explain with lesser number of words.This tutorial is totally written in jupyter notebook so that anyone can clone and run it.
Feed_forward_FC
Feed forward fully connected neural network from scratch using only numpy
Gradient-descent-Algorithm
Gradient Descent algorithm implement using python and numpy ( mathematical implementation of gradient descent )
Non-linear-SVM
Multiclassification with SVM using kernel trick
Predicting-credit-card-approval
This repository is part of datacamp project created by Sayak Paul(GDE, Awesome Blogger and Developer), you can find this project in Datacamp(https://www.datacamp.com/projects/558).All the contents here is directly taken from the actual project hosted in DataCamp. In this project I have analysed and predicted that whether a customer should deserve a credit card or not with approximately 84% accuracy.
RNN-Lib
In this repository i have build RNN and LSTM from scratch using numpy only. I am open sourcing it so that anyone can use it in their project.
Time-Series-Analysis
Time series analysis using LSTM
dshahid380's Repositories
dshahid380/Data-analysis-with-pandas
Welcome to data analysis with pandas tutorial. In this tutorial i have covered all the topic of pandas and tried to explain with lesser number of words.This tutorial is totally written in jupyter notebook so that anyone can clone and run it.
dshahid380/Applcation-of-CNN
CIFAR-10 Keras implementation for my medium blog
dshahid380/Algos
This repository has implementation of various data structures and algorithms implemented in python and cpp
dshahid380/Non-linear-SVM
Multiclassification with SVM using kernel trick
dshahid380/Feed_forward_FC
Feed forward fully connected neural network from scratch using only numpy
dshahid380/Gradient-descent-Algorithm
Gradient Descent algorithm implement using python and numpy ( mathematical implementation of gradient descent )
dshahid380/RNN-Lib
In this repository i have build RNN and LSTM from scratch using numpy only. I am open sourcing it so that anyone can use it in their project.
dshahid380/Tensorflow-Tutorial
Welcome to the Tensorflow tutorial series. In this tutorial I have talked about how to get started with Tensorflow .The only prerequisite is the basics of python and numpy( optional).
dshahid380/Algo_Ds_Notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
dshahid380/Data-Science-Repository
dshahid380/mywebsite
This is my portfolio website hosted on heroku
dshahid380/Tourist-Guide
This is a design of travel booking website which contain gallary,search,contact form,etc...
dshahid380/Feed-forward-network
This is a simple neural network from scratch using numpy to perform xor operation
dshahid380/ml-with-spark
dshahid380/Neural-Style-Transfer-in-Pytorch
In this repository i have build a artistic style transfer in pytorch framework developed by Facebook.
dshahid380/Particle.js
Particle background using particle.js
dshahid380/twu-biblioteca-mdshahid
dshahid380/2019.fossasia.org
FOSSASIA Summit 2019 https://2019.fossasia.org
dshahid380/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
dshahid380/Algorithms
This repository contains algorithms. <3
dshahid380/BlogApp
dshahid380/caching-service
dshahid380/optimized_surveillance
For ECE Deptartment
dshahid380/prefect
The Prefect Core automation engine
dshahid380/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
dshahid380/SuperRes-GAN
Implementation of "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network"
dshahid380/tfjs-examples
Examples built with TensorFlow.js
dshahid380/ToDoListMaker
dshahid380/vison
Multimedia Search Engine
dshahid380/Web_MNIST
Web_MNIST is a hand written digit recognition over web. You can play around by writing a number on a web interface, it will predict what you will write and show you result correspondingly.