Skip to content

nitish-tripathi/odin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 2.7 License

Odin

Nitish Tripathi, 2017

Odin is a high-level neural networks api, written in python and running on top of theano. Odin allows for easy and fast prototyping through user friendliness, modularity, and extensibility.

It is under development with a focus on easy implementation of deep neural network. Currently it supports only convolution neural network. However, work is in progress to implement recurrent neural network.

Getting Started

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

Prerequisites

To get started with odin, you will need following requirements:

  • Python == 2.7
  • Theano >= 0.9
  • NumPy >= 1.9.1 <= 1.12
    • Although odin also works with the latest version of numpy, theano recommends the above numpy versions.

About

Odin is a high-level api library for deep learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages