Deep Learning Package in Python Based on The Deep Learning Tutorials and Theano
yifeng-li/deep_learning
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This deep learning package is an extension of the Deep Learning Tutorials (www.deeplearning.net/tutorial/). This package is composed of four parts as follows. 1. Modified methods from Deep Learning Tutorials: Multi-class logistic/softmax regression: logistic_sgd.py Multilayer perceptrons (MLP): mlp.py Stacked denoising autoencoder (SdA): SdA.py Stacked contractive autoencoder (ScA): ScA.py Restricted Boltzman machine (RBM): rbm.py Deep belief network (DBN, stacked restricted Boltzman machine): DBN.py Convolutional neural network (CNN): convolutional_mlp.py 2. Our deep-feature-selection models: Deep feature selection based on MLP: deep_feat_select_mlp.py Deep feature selection based on ScA: deep_feat_select_ScA.py Deep feature selection based on DBN: deep_feat_select_DBN.py 3. A utility module for classification is included. This module is named classification.py. See the beginning of this file for usage. 4. Examples: For every methods in 1 and 2, an example is provided to demonstrate how to use it. The file names of these examples are main_[module_name].py Citation: On the way... License: See LICENSE_Original_Deep_Learning_Tutorials.txt Note, we also reserve the copyright on the part we contributed in this new package. Other Useful Information: [1] Deep Learning Tutorials (www.deeplearning.net/tutorial/). [2] http://deeplearning.cs.toronto.edu/ [3] UFLDL Tutorial: http://ufldl.stanford.edu/wiki/index.php/UFLDL_Tutorial =========================================================== Contact: Yifeng Li, Ph.D Post-Doctoral Research Fellow Wasserman Lab Centre for Molecular Medicine and Therapeutics Department of Medical Genetics University of British Columbia Child and Family Research Institute Vancouver, BC, Canada Email: yifeng@cmmt.ubc.ca, yifeng.li.cn@gmail.com Home Page: http://www.cmmt.ubc.ca/directory/faculty/yifeng-li NMF Toolbox: https://sites.google.com/site/nmftool SR Toolbox: https://sites.google.com/site/sparsereptool RLMK Toolbox: https://sites.google.com/site/rlmktool PGM Toolbox: https://sites.google.com/site/pgmtool ===========================================================
About
Deep Learning Package in Python Based on The Deep Learning Tutorials and Theano
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published