GithubHelp home page GithubHelp logo

drkostas / lstms-training-demo Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 4.42 MB

RNNs and LSTMs

License: Apache License 2.0

Makefile 1.33% Python 10.14% Jupyter Notebook 3.21% Shell 0.22% PureBasic 85.10%

lstms-training-demo's Introduction

COSC525: Project 4: Train with Tensorflow

GitHub license

Table of Contents

About

Project 4 for the Deep Learning course (COSC 525). Training character-based RNN networks with Tensorflow on Beatles songs.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

You need to have a machine with Python = 3.9 and any Bash based shell (e.g. zsh) installed.

$ python3.9 -V
Python 3.9

$ echo $SHELL
/usr/bin/zsh

Installing the requirements

Using the Makefile

All the installation steps are being handled by the Makefile.

Then, to create a conda environment, install the requirements, setup the library and run the tests execute the following commands:

$ make create_env
$ conda activate cosc525_project4
$ make requirements

Manual Installations

For manual installation, you can create a virtual environment and install the requirements by executing the following commands:

$ conda create -n cosc525_project4 -y python=3.9
$ conda activate cosc525_project4
$ pip install -e requirements.txt

Running the code

Execution Options

First, make sure you are in the correct virtual environment:

$ conda activate cosc525_project4

$ which python
/home/<user>/anaconda3/envs/src/bin/python

Running the files

In order to run the code use the --help option for instructions:

    $ python train.py --help
    $ python evaluate.py --help

License

This project is licensed under the Apache License - see the LICENSE file for details.

lstms-training-demo's People

Contributors

drkostas avatar gcantral avatar gcantrall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.