Pinned Repositories
char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
GeneratePixelArt-GANs
Learning to train GANs
HabitatAI-RL
Create an agent to navigate to a point goal with noisy actuation/sensing and no GPS/compass (for 2020 HabitatAI pointNav challenge)
Impressionist
Netflix Karaoke - Chrome Extension
ProductivityApp
Python Tkinter GUI App to keep track to tasks to improve productivity
Script-Generation
Generating movie scripts by genre using CTRL framework and GPT-2
TransLang-Implementation
shahhaard47's Repositories
shahhaard47/Script-Generation
Generating movie scripts by genre using CTRL framework and GPT-2
shahhaard47/GeneratePixelArt-GANs
Learning to train GANs
shahhaard47/HabitatAI-RL
Create an agent to navigate to a point goal with noisy actuation/sensing and no GPS/compass (for 2020 HabitatAI pointNav challenge)
shahhaard47/ProductivityApp
Python Tkinter GUI App to keep track to tasks to improve productivity
shahhaard47/Impressionist
Netflix Karaoke - Chrome Extension
shahhaard47/TransLang-Implementation
shahhaard47/ControlDeliveryPowergrid-Simulations
Code used to perform simulations for CDG project
shahhaard47/CS490-Project
shahhaard47/DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
shahhaard47/deep-learning-books
shahhaard47/DSA-projects
Airport queue simulation, parse tree for arithmetic expression and Dijkstra's shortest path
shahhaard47/habitat-api
A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators.
shahhaard47/icml2016
Generative Adversarial Text-to-Image Synthesis
shahhaard47/Image-processing-papers-notes
shahhaard47/jalammar.github.io
Build a Jekyll blog in minutes, without touching the command line.
shahhaard47/JFK-java-workshop-assignments
shahhaard47/learning-react
Following tic-tac-toe tutorial on https://reactjs.org/tutorial/tutorial.html
shahhaard47/Minds-and-Machines
Inspired thoughts from assignments, debates and presentations in philosophy class
shahhaard47/Miscellaneous-R-Code
Code that might be useful to others for learning/demonstration purposes, specifically along the lines of modeling and various algorithms.
shahhaard47/mit-deep-learning-book-pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
shahhaard47/ML-CourseProjects
Machine Learning Course Projects
shahhaard47/ML_Resources
List of and/or notes about resources I've used often in ML
shahhaard47/mysqldump-to-csv
A quickly-hacked-together Python script to turn mysqldump files to CSV files. Optimized for Wikipedia database dumps.
shahhaard47/opensmile
A github repo of the openSMILE feature extraction tool.
shahhaard47/ProductivityApp-React
shahhaard47/sgan
Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018
shahhaard47/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
shahhaard47/Text-to-Image-Synthesis
Pytorch implementation of Generative Adversarial Text-to-Image Synthesis paper
shahhaard47/tube_dl
Youtube video downloader and info extractor for python.
shahhaard47/WordCount
Implementing the wc command with and additional functionality