深度学习框架有哪些?

百度 PaddlePaddle

飞桨开源框架(PaddlePaddle)是一个易用、高效、灵活、可扩展的深度学习框架。

https://www.paddlepaddle.org.cn/

谷歌 Tensorflow

一个核心开源库,可以帮助您开发和训练机器学习模型。您可以通过直接在浏览器中运行 Colab 笔记本来快速上手。

有python库和javascript库

https://tensorflow.google.cn/

Caffe

Caffe is a deep learning framework made with expression, speed, and modularity in mind.

Caffe(Convolutional Architecture for Fast Feature Embedding),卷积神经网络框架.

Caffe在BSD许可下开源,使用C++编写,带有Python接口。

http://caffe.berkeleyvision.org/


Theano

Theano是一个Python库

https://github.com/Theano/Theano/

MXNet

MXNet 是亚马逊(Amazon)选择的深度学习库,并且也许是最优秀的库之一.

https://mxnet.apache.org/versions/1.8.0/

pytorch

An open source machine learning framework that accelerates the path from research prototyping to production deployment.

https://pytorch.org/

你可能感兴趣的:(深度学习)