Git Product home page Git Product logo

rnn-gan's Introduction

CSCI-599 Assignment 2

The objective of this assignment

Work on the assignment

Working on the assignment in a virtual environment is highly encouraged. Please see below for executing a virtual environment.

cd assignment2
sudo pip install virtualenv # If you didn't install it
virtualenv -p python3 /your/path/to/the/virtual/env
source  /your/path/to/the/virtual/env/bin/activate
pip install -r requirements.txt  # Install dependencies
# Note that this does NOT install TensorFlow,
# which you need to do yourself.
# Work on the assignment
deactivate # Exit the virtual environment

Please clone or download as .zip file of this repository.

Work with IPython Notebook

To start working on the assignment, simply run the following command to start an ipython kernel.

# port is only needed if you want to work on more than one notebooks
jupyter notebook --port=/your/port/

and then work on each problem with their corresponding .ipynb notebooks.

In this assignment, please use Python 3.5. You will need to make sure that your virtualenv setup is of the correct version of python is used.

Problems

Problem 1: Language Modeling with RNNs (50 points)

The IPython Notebook Problem_1.ipynb will walk you through implementing simple recurrent neural network.

Problem 2: Generative Adversarial Networks (50 points)

The IPython Notebook Problem_2.ipynb will help you have a better understanding of implementing a generative adversarial network.

[BONUS] Problem 3: Style Transfer (20 points)

This problem is a BONUS problem which is not required.

The IPython Notebook Problem_3.ipynb will walk you through implementing the neural style transfer algorithm.

How to submit

Run the following command to zip all the necessary files for submitting your assignment.

sh collectSubmission.sh

This will create a file named assignment2.zip, please submit this file through the Google form. Do NOT create your own .zip file, you might accidentally include non-necessary materials for grading. We will deduct points if you don't follow the above submission guideline.

Questions?

If you have any question or find a bug in this assignment (or even any suggestions), we are more than welcome to assist.

Again, NO INDIVIDUAL EMAILS WILL BE RESPONDED.

PLEASE USE PIAZZA TO POST QUESTIONS (under folder assignment2).

rnn-gan's People

Contributors

harshithapr avatar

Watchers

 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.