All Projects → mikesj-public → Convolutional_autoencoder

mikesj-public / Convolutional_autoencoder

Code for a convolutional autoencoder written on python, theano, lasagne, nolearn

Projects that are alternatives of or similar to Convolutional autoencoder

Colab
Continual Learning tutorials and demo running on Google Colaboratory.
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Mimic extract
MIMIC-Extract:A Data Extraction, Preprocessing, and Representation Pipeline for MIMIC-III
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Wbc Classification
Classifying White Blood Cells with CNNs
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Structurenet
StructureNet: Hierarchical Graph Networks for 3D Shape Generation
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Genomics Primer
Contains files for the deep learning in genomics primer.
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (-1.76%)
Mutual labels:  jupyter-notebook
Shape Detection
🟣 Object detection of abstract shapes with neural networks
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Photorealistic Style Transfer
High-Resolution Network for Photorealistic Style Transfer
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Mlnd
Udacity Machine Learning Nano Degree Courses
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Audiosignalprocessingforml
Code and slides of my YouTube series called "Audio Signal Proessing for Machine Learning"
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Gate Decorator Pruning
Code for the NuerIPS'19 paper "Gate Decorator: Global Filter Pruning Method for Accelerating Deep Convolutional Neural Networks"
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Imagination Augmented Agents
Building Agents with Imagination: pytorch step-by-step implementation
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Fastai old
OLD REPO - PLEASE USE fastai/fastai
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Car Damage Detective
Assessing car damage with convolution neural networks for a personal auto claims expedition use case
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Tf Tutorials
Tutorials for deep learning course here:
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Log Anomaly Detector
Log Anomaly Detection - Machine learning to detect abnormal events logs
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Segnet
A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Word vectors game of thrones Live
This is the code for the "How to Make Word Vectors from Game of Thrones (LIVE) " Siraj Raval on Youtube
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Torch Two Sample
A PyTorch library for two-sample tests
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook

convolutional_autoencoder

The original author is no longer making changes to this repo, but will review/accept pull requests...

Code for a convolutional autoencoder written on python, theano, lasagne, nolearn

I highly recommend you use the ipython notebook to run this, if you just need code to read, look at the python file.

Due to the fact that the newest versions of theano, nolearn and lasagne are sometimes in conflict, it is recommended that you work in a virtualenv (see http://www.dabapps.com/blog/introduction-to-pip-and-virtualenv-python/). Then you can install a set of modules that are compatible using pip install -r https://github.com/mikesj-public/convolutional_autoencoder/blob/master/requirements.txt

The newest version of lasagne makes use of cudNN. If you have a decent graphics card you should follow the instructions at https://developer.nvidia.com/cudnn to take advantage of this (the code checks for it).

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