Giter VIP home page Giter VIP logo

Prakhar Dogra's Projects

autoencoders-using-nn-and-cnn icon autoencoders-using-nn-and-cnn

Autoencoders using simple Neural Networks and Convolutional Neural Networks. Also demonstrating that CNNs can be used for image denoising.

bank-marketing-classification icon bank-marketing-classification

Bank Marketing Classification using scikit-learn library to train and validate classification models like Logistic Regression, Decision Tree, Random Forest, Naïve Bayes, Neural Network and Support Vector Machine. Also conducted comparative study on the above models when applied on different feature sets obtained via feature selection (Chi-Square Test), feature transformation (Principal Component Analysis) and feature elimination.

batch-normalization icon batch-normalization

Batch Normalization using tf.layers and tf.nn libraries. Also comparing the performances with and without batch normalization.

deep-q-learning icon deep-q-learning

Tensorflow implementation of a deep neural network that can learn to play games via reinforcement learning. For this notebook the game used is the Cart-Pole game that is available in the OpenAI Gym library. Also the deep neural network can be used for other games as well. In order to run this on your system you will also need to clone the OpenAI gym repository.

dynamic-programming-for-reinforcement-learning icon dynamic-programming-for-reinforcement-learning

Implementations of many classical dynamic programming algorithms for updating policies of an environment via policy improvement and value iteration procedures. The environment used for this notebook is the Frozen Lake Environment (can be seen in the OpenAI Gym library) and the functions can be used for other environments as well.

face-generation icon face-generation

Using generative adversarial networks to generate new images of faces. Also tested the GAN with MNIST dataset.

generating-tv-scripts-using-lstm icon generating-tv-scripts-using-lstm

Generating our own Simpsons TV scripts using LSTM. Used part of the Simpsons dataset of scripts from 27 seasons. The Neural Network built will generate a new TV script for a scene at Moe's Tavern. Implemented using Tensorflow.

monte-carlo-methods-for-reinforcement-learning icon monte-carlo-methods-for-reinforcement-learning

Implementations of many Monte Carlo (MC) algorithms for updating policies of an environment using action values, greedy and epsilon-greedy procedures. Environment used for this notebook is the BlackJack Environment (can be seen in the OpenAI Gym library) and these functions can be used for other environments as well.

movie-recommender-system-in-spark icon movie-recommender-system-in-spark

Implementing a Recommender System in Spark to predict ratings of movies. Utility matrix is based on the Movie Lens dataset. Using the Products of Factors technique for the system and optimizing the loss function with ALS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.