{"id":13398763,"url":"https://github.com/lisa-lab/pylearn2","last_synced_at":"2025-05-14T20:04:26.562Z","repository":{"id":1196457,"uuid":"1103054","full_name":"lisa-lab/pylearn2","owner":"lisa-lab","description":"Warning: This project does not have any current developer. See bellow.","archived":false,"fork":false,"pushed_at":"2021-08-20T18:03:31.000Z","size":26032,"stargazers_count":2766,"open_issues_count":201,"forks_count":1088,"subscribers_count":265,"default_branch":"master","last_synced_at":"2025-04-13T14:05:13.798Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lisa-lab.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-11-22T18:00:50.000Z","updated_at":"2025-04-09T19:18:26.000Z","dependencies_parsed_at":"2022-07-06T11:54:58.535Z","dependency_job_id":null,"html_url":"https://github.com/lisa-lab/pylearn2","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisa-lab%2Fpylearn2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisa-lab%2Fpylearn2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisa-lab%2Fpylearn2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisa-lab%2Fpylearn2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lisa-lab","download_url":"https://codeload.github.com/lisa-lab/pylearn2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724639,"owners_count":21151561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T19:00:31.481Z","updated_at":"2025-04-13T14:05:42.916Z","avatar_url":"https://github.com/lisa-lab.png","language":"Python","readme":"==============================\nPylearn2: A machine learning research library\n==============================\n\n**Warning** :\n\n   This project does not have any current developer. We will continue\n   to review pull requests and merge them when appropriate, but do not\n   expect new development unless someone decides to work on it.\n\n   There are other machine learning frameworks built on top of Theano that\n   could interest you, such as: `Blocks\n   \u003chttps://blocks.readthedocs.org/en/latest\u003e`_, `Keras\n   \u003chttp://keras.io\u003e`_ and `Lasagne\n   \u003chttps://lasagne.readthedocs.org/en/latest\u003e`_.\n\n\nPylearn2 is a library designed to make machine learning research easy.\n\nPylearn2 has online `documentation \u003chttp://deeplearning.net/software/pylearn2/\u003e`_.\nIf you want to build a local copy of the documentation, run\n\n    python ./doc/scripts/docgen.py\n\nMore documentation is available in the form of commented examples scripts\nand ipython notebooks in the \"pylearn2/scripts/tutorials\" directory.\n\nPylearn2 was initially developed by David\nWarde-Farley, Pascal Lamblin, Ian Goodfellow and others during the winter\n2011 offering of `IFT6266 \u003chttp://www.iro.umontreal.ca/~pift6266/\u003e`_, and\nis now developed by the LISA lab.\n\n\nQuick start and basic design rules\n------------------\n- Installation instructions are available `here \u003chttp://deeplearning.net/software/pylearn2/#download-and-installation\u003e`_.\n- Subscribe to the `pylearn-users Google group\n  \u003chttp://groups.google.com/group/pylearn-users\u003e`_ for important updates. Please write\n  to this list for general inquiries and support questions.\n- Subscribe to the `pylearn-dev Google group\n  \u003chttp://groups.google.com/group/pylearn-dev\u003e`_ for important development updates. Please write\n  to this list if you find any bug or want to contribute to the project.\n- Read through the documentation and examples mentioned above.\n- Pylearn2 should not force users to commit to the whole library. If someone just wants\n  to implement a Model, they should be able to do that and not need to implement\n  a TrainingAlgorithm. Try not to write library features that force users to buy into\n  the whole library.\n- When writing reference implementations to go in the library, maximize code re-usability\n  by decomposing your algorithm into a TrainingAlgorithm that trains a Model on a Dataset.\n  It will probably do this by minimizing a Cost. In fact, you can probably use an existing\n  TrainingAlgorithm.\n\nHighlights\n------------------\n- Pylearn2 was used to set the state of the art on MNIST, CIFAR-10, CIFAR-100, and SVHN.\n  See pylearn2.models.maxout or pylearn2/scripts/papers/maxout\n- Pylearn2 provides a wrapper around Alex Krizhevsky's extremely efficient GPU convolutional\n  network library. This wrapper lets you use Theano's symbolic differentiation and other\n  capabilities with minimal overhead. See pylearn2.sandbox.cuda_convnet.\n\nLicense and Citations\n---------------------\nPylearn2 is released under the 3-claused BSD license, so it may be used for commercial purposes.\nThe license does not require anyone to cite Pylearn2, but if you use Pylearn2 in published research\nwork we encourage you to cite this article:\n\n- Ian J. Goodfellow, David Warde-Farley, Pascal Lamblin, Vincent Dumoulin,\n  Mehdi Mirza, Razvan Pascanu, James Bergstra, Frédéric Bastien, and\n  Yoshua Bengio.\n  `\"Pylearn2: a machine learning research library\"\n  \u003chttp://arxiv.org/abs/1308.4214\u003e`_.\n  *arXiv preprint arXiv:1308.4214* (`BibTeX\n  \u003chttp://www.iro.umontreal.ca/~lisa/publications2/index.php/export/publication/594/bibtex\u003e`_)\n","funding_links":[],"categories":["资源列表","Python","Machine Learning","3) Lenguajes y Librerias :clipboard:","Uncategorized"],"sub_categories":["机器学习","General-Purpose Machine Learning","Python","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flisa-lab%2Fpylearn2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flisa-lab%2Fpylearn2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flisa-lab%2Fpylearn2/lists"}