Skip to content

BigTailWolfLSL/tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow

神经网络

激活函数、softmax、损失函数->搭建神经网络->六步法搭建神经网络->应用向增强(中文部分)->

注意复现时需要重新搭建环境 此环境为python 3.7.0,先pycharm新建项目虚拟环境,再在当前项目下的终端 pip install tensorflow==2.1 成功的标志是python内可以import tensorflow as tf,然后有tf.__version__有显示为2.1. 若是报错protobuf版本过高,注意建议中downgrade the protobuf package to 3.20.x or lower. 具体实现的代码:pip install --upgrade protobuf==3.20.1 包括一些matplotlib的包等等,这些不难,但是要注意sklearn装了说不成,有可能是pip版本过低,需要更新一下python -m pip install --upgrade pip,然后安装scikit-learn再安装sklearn 详参b站北京大学曹健的tensorflow2.0

About

神经网络

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages