https://github.com/kundajelab/pylearn2

A Machine Learning library based on Theano

https://github.com/kundajelab/pylearn2

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

A Machine Learning library based on Theano

Basic Info
  • Host: GitHub
  • Owner: kundajelab
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 11.3 MB
Statistics
  • Stars: 0
  • Watchers: 32
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of lisa-lab/pylearn2
Created about 11 years ago · Last pushed almost 11 years ago
Metadata Files
Readme License

README.rst

==============================
Pylearn2: A machine learning research library
==============================

Pylearn2 is a library designed to make machine learning research easy.

Pylearn2 has online `documentation `_.
If you want to build a local copy of the documentation, run

    python ./doc/scripts/docgen.py

More documentation is available in the form of commented examples scripts
and ipython notebooks in the "pylearn2/scripts/tutorials" directory.

Pylearn2 was initially developed by David
Warde-Farley, Pascal Lamblin, Ian Goodfellow and others during the winter
2011 offering of `IFT6266 `_, and
is now developed by the LISA lab.


Quick start and basic design rules
------------------
- Installation instructions are available `here `_.
- Subscribe to the `pylearn-users Google group
  `_ for important updates. Please write
  to this list for general inquiries and support questions.
- Subscribe to the `pylearn-dev Google group
  `_ for important development updates. Please write
  to this list if you find any bug or want to contribute to the project.
- Read through the documentation and examples mentioned above.
- Pylearn2 should not force users to commit to the whole library. If someone just wants
  to implement a Model, they should be able to do that and not need to implement
  a TrainingAlgorithm. Try not to write library features that force users to buy into
  the whole library.
- When writing reference implementations to go in the library, maximize code re-usability
  by decomposing your algorithm into a TrainingAlgorithm that trains a Model on a Dataset.
  It will probably do this by minimizing a Cost. In fact, you can probably use an existing
  TrainingAlgorithm.

Highlights
------------------
- Pylearn2 was used to set the state of the art on MNIST, CIFAR-10, CIFAR-100, and SVHN.
  See pylearn2.models.maxout or pylearn2/scripts/papers/maxout
- Pylearn2 provides a wrapper around Alex Krizhevsky's extremely efficient GPU convolutional
  network library. This wrapper lets you use Theano's symbolic differentiation and other
  capabilities with minimal overhead. See pylearn2.sandbox.cuda_convnet.

License and Citations
---------------------
Pylearn2 is released under the 3-claused BSD license, so it may be used for commercial purposes.
The license does not require anyone to cite Pylearn2, but if you use Pylearn2 in published research
work we encourage you to cite this article:

- Ian J. Goodfellow, David Warde-Farley, Pascal Lamblin, Vincent Dumoulin,
  Mehdi Mirza, Razvan Pascanu, James Bergstra, Frédéric Bastien, and
  Yoshua Bengio.
  `"Pylearn2: a machine learning research library"
  `_.
  *arXiv preprint arXiv:1308.4214* (`BibTeX
  `_)

Owner

  • Name: Kundaje Lab
  • Login: kundajelab
  • Kind: organization
  • Location: Stanford University

Compbio and machine learning code repositories from the Kundaje Lab at Stanford Genetics and Computer Science Depts.

GitHub Events

Total
Last Year