Skip to content

Adding Pytorch: deep learning framework that puts Python first.#826

Merged
vinta merged 2 commits intovinta:masterfrom
yeisonvargasf:master
Jan 31, 2017
Merged

Adding Pytorch: deep learning framework that puts Python first.#826
vinta merged 2 commits intovinta:masterfrom
yeisonvargasf:master

Conversation

@yeisonvargasf
Copy link
Contributor

What is this Python project?

PyTorch is a deep learning framework that puts Python first with two level features:

  • Tensor computation (like numpy) with strong GPU acceleration.

  • Deep Neural Networks built on a tape-based autograd system.

What's the difference between this Python project and similar ones?

  1. It uses dynamic graph creation, which enables more flexibility in computation.

  2. Extensions without pain: you can reuse your favorite python packages such as numpy, scipy and Cython to extend PyTorch when needed.

  3. Fast and Lean.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

README.md Outdated
* [Neupy](http://neupy.com/pages/home.html) - Running and testing different Artificial Neural Networks algorithms.
* [TensorFlow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google.
* [Theano](https://github.com/Theano/Theano) - A library for fast numerical computation.
* [Pytorch](http://pytorch.org/) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind sorting it in the alphabetical order?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vinta I sorted it! Thanks for review it.

@vinta vinta merged commit 2df8bcf into vinta:master Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants