Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/299.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python G++;未检测到_Python_Machine Learning_G++_Theano - Fatal编程技术网

Python G++;未检测到

Python G++;未检测到,python,machine-learning,g++,theano,Python,Machine Learning,G++,Theano,我正在研究一些神经网络。但我的数据集是相同的95个特征和大约120个数据集 因此,在导入theano时,我收到警告g++未检测到,这将降低性能 这是否会影响一个小数据集 我将有一个2-3隐藏层 我的神经网络形状是(952002004) 我希望听到 在Windows上,您需要安装mingw以支持g++。通常,建议使用Anaconda发行版安装Python。Theano适用于Python3.4或更早版本。您可以使用conda install命令安装mingw

我正在研究一些神经网络。但我的数据集是相同的95个特征和大约120个数据集

因此,在导入theano时,我收到警告g++未检测到,这将降低性能

这是否会影响一个小数据集

我将有一个2-3隐藏层

我的神经网络形状是(952002004)


我希望听到

在Windows上,您需要安装
mingw
以支持g++。通常,建议使用Anaconda发行版安装Python。Theano适用于Python3.4或更早版本。您可以使用
conda install
命令安装mingw