一、Theano概述
1、介绍
Theano
是神经网络python机器学习的模块,和Tensowflow
类似- 可以在MacOS、Linux、Windows上运行
- theano 可以使用 GPU 进行运算
- 网址:http://deeplearning.net/software/theano/
2、安装
- Windows上直接:
pip install theano
- 可能提示个警告:
WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warning, set Theano flags cxx to an empty string.
- 可能提示个警告: