Code Monkey home page Code Monkey logo

cs7015_2019's Introduction

CS7015 || Deep learning || IIT Madras

This repository contains the assignments completed as part of a brilliant introductory course taught by Prof. Mitesh Khapra on Deep learning during the January - May 2019 semester.

Contents

Assignment1: A theoretical assignment which serves as a refresher for Calculus.
Assignment2: A theoretical assignment which serves as a refresher for Linear Algebra.
Assignment3: A programming assignment to implement a feedforward neural network, backpropagation and gradient descent (and its variants) in NumPy without any deep learning frameworks.
Assignment4: A programming assignment to train CNNs for image classification.
Assignment5: A programming assignment to train a sequence to sequence model for transliteration.
Assignment6: A programming assignment to train RBMs and to study abstraction and generation using the same. environment.yml: A .yml file to setup the environment I used to run all the Python code. Most networks were trained in this environment on my GTX 1060 GPU. The tensorflow-gpu and Nvidia driver versions were chosen accordingly. Details of how to use this file are given below.

Setting up the conda environment

All code is written in Python (and functional in version 3.6.8) and uses the libraries listed in environment.yml. This assumes that you have miniconda installed. If you do not, get it here.

Create a conda environment in which all the code can be run using the following command in the terminal:

conda env create -f environment.yml

This will create an environment named deep_learning (name can be changed by changing the value of "name" in the environment.yml file). Activate the environment using

conda activate deep_learning

and run the desired script as described.

cs7015_2019's People

Contributors

milind-blaze avatar

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.