All Projects → ragavvenkatesan → Yann

ragavvenkatesan / Yann

Licence: other
This toolbox is support material for the book on CNN (http://www.convolution.network).

Projects that are alternatives of or similar to Yann

Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (+375.61%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks, cnn, generative-adversarial-network
Hyperdensenet
This repository contains the code of HyperDenseNet, a hyper-densely connected CNN to segment medical images in multi-modal image scenarios.
Stars: ✭ 124 (+202.44%)
Mutual labels:  convolutional-neural-networks, neural-networks, cnn, theano
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (+248.78%)
Mutual labels:  convolutional-neural-networks, neural-networks, cnn, theano
Convisualize nb
Visualisations for Convolutional Neural Networks in Pytorch
Stars: ✭ 57 (+39.02%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks, cnn
Cs231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 317 (+673.17%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Pytorch Srgan
A modern PyTorch implementation of SRGAN
Stars: ✭ 289 (+604.88%)
Mutual labels:  convolutional-neural-networks, cnn, generative-adversarial-network
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (+795.12%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Numpycnn
Building Convolutional Neural Networks From Scratch using NumPy
Stars: ✭ 436 (+963.41%)
Mutual labels:  convolutional-neural-networks, cnn, convolution
Tcdf
Temporal Causal Discovery Framework (PyTorch): discovering causal relationships between time series
Stars: ✭ 217 (+429.27%)
Mutual labels:  jupyter-notebook, neural-networks, cnn
Human Activity Recognition Using Cnn
Convolutional Neural Network for Human Activity Recognition in Tensorflow
Stars: ✭ 382 (+831.71%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Udacity Deep Learning Nanodegree
This is just a collection of projects that made during my DEEPLEARNING NANODEGREE by UDACITY
Stars: ✭ 15 (-63.41%)
Mutual labels:  jupyter-notebook, neural-networks, generative-adversarial-network
Deep learning projects
Stars: ✭ 28 (-31.71%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (+563.41%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Personality Detection
Implementation of a hierarchical CNN based model to detect Big Five personality traits
Stars: ✭ 338 (+724.39%)
Mutual labels:  convolutional-neural-networks, cnn, theano
Deeplearning.ai Assignments
Stars: ✭ 268 (+553.66%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Deep Learning Resources
由淺入深的深度學習資源 Collection of deep learning materials for everyone
Stars: ✭ 422 (+929.27%)
Mutual labels:  jupyter-notebook, neural-networks, generative-adversarial-network
Teacher Student Training
This repository stores the files used for my summer internship's work on "teacher-student learning", an experimental method for training deep neural networks using a trained teacher model.
Stars: ✭ 34 (-17.07%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Music recommender
Music recommender using deep learning with Keras and TensorFlow
Stars: ✭ 528 (+1187.8%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (+1465.85%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, neural-networks
Sincnet
SincNet is a neural architecture for efficiently processing raw audio samples.
Stars: ✭ 764 (+1763.41%)
Mutual labels:  convolutional-neural-networks, neural-networks, cnn

yann: version 1.0rc1

  • An even easier, simpler and versatile CNN tool alternative to Lasagne and Keras.
  • Promotes easy learnability and practice of CNNs using theano.
  • Modular and plug and play modules and layers.
  • Implementations of most commonly used techniques and popular papers in CNN research.

MIT License at http://yann.readthedocs.io/en/latest/license.html Documentation at http://yann.readthedocs.io/en/latest/ Join the discussion at https://groups.google.com/forum/#!forum/yann-users Build Status Codecov Coverage Requirements Status Open Source Love

Originally written for personal research, this toolbox will be most useful for those who are interested in starting deep CNNs to make a fast transition into theano and developing CNNs. It was called samosa back then. Now yann has evolved into this toolbox for CNNs. Yann is designed as a supplement to an upcoming book on Convolutional Neural Networks and also the toolbox of choice for a graduatelevel deep learning course under developement at CIDSE ASU.

Because of this reason, Yann is specifically designed to be intuitive and easy to use for beginners. That does not compromise Yann of any of its features. It is still a good choice for a toolbox for running pre-trained models and build complicated, non-vannilla CNN architectures that are not easy to build with the other toolboxes.This will also be useful for industry when teting out prototypes.

There is a documentation page that has some details on how to run the code and how to use it. For a quick start into the toolbox, you can use this guide.

Thanks for using the code, hope you had fun. Ragav Venkatesan

http://www.ragav.net

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].