当前位置:网站首页>Deep learning TensorFlow entry environment configuration
Deep learning TensorFlow entry environment configuration
2022-08-10 05:56:00 【Ape Tongxue】
活动地址:CSDN21天学习挑战赛

创作计划
I wanted to learn more about machine learning,刚好遇上CSDN21Day Learning Challenge activities,Someone to study,岂不美哉!Join us to explore the knowledge ocean of deep learning,Make the day more difficult,Let the holidays pass like a year,岂不美哉!哈哈哈~~哈哈哈~~额(开玩笑).
接下来,I will create nine study notes on deep learning to share,从入门到入土(开玩笑)的学习方法,Three notes and experience sharing every week,first card!
学习计划
1,学习目标
A、Configure deep learningTensorFlow2环境;
B、Learn about Convolutional Neural Networks(CNN)案例;
C、Learn about Recurrent Neural Networks(RNN)案例;
D、Learn about Generative Adversarial Networks(GAN)案例;
E、Learn about Convolutional Neural Networks(Xception)案例;
F、Learn about Convolutional Neural Networks(CNN)案例;
G、Learn about theoretical knowledge;
H、A summary of neural network knowledge points;
I 、Problems encountered in learning and solutions;
2,学习内容
A,搭建TensorFlow2环境
B,掌握TensorFlow2框架
C,Master the deep learning case
3,学习时间
A:早上:10:00—12:00
B:晚上:20:00—22:00
4,学习产出
A:技术笔记 9 遍
B:CSDN技术博客 9 篇
学习日记
Learn the knowledge point directory
前期准备
搭建TensorFlow2环境
Before learning about deep learning, let's fit the environment first,The latter case works successfully,The environment is also part of learning.First I already havepythonAnd the foundation of machine learning,如果没有安装python那就先去csdn看教程,Only build hereTensorFlow2环境.
打开Anaconda Prompt 
创建(虚拟环境),输入
conda create -n tensorflow2.1 python==3.8
激活tensorflow
activate tensorflow2.1
下载tensorflow
pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple
Domestic direct download foreign originalpacket会比较慢,Here use the Tsinghua mirror source to download,速度会非常快.
使用pythonVerify the environment
python
import tensorflow as tftf.__version__
x先退出python环境
exit()安装jupyter notsbook
conda install jupyter
A shortcut key will be generated in the menu,就可以进行学习了.
这样就成功啦!Then start to study the case.
The next article will be about sharing study notes!
第一篇:卷积神经网络(CNN)实现mnist手写数字识别_Ape Tongxue's blog-CSDN博客
第二篇:卷积神经网络(CNN)Implement clothing image classification_Ape Tongxue's blog-CSDN博客
第三篇:
第四篇:
第五篇:
第六篇:
第七篇:
第八篇:
第九篇:
边栏推荐
- 【List练习】遍历集合并且按照价格从低到高排序,
- PyTorch之CV
- cesium rotate image
- Consensus calculation and incentive mechanism
- ORACLE系统表空间SYSTEM占满无法扩充表空间问题解决过程
- String common methods
- Four characteristics of ACID
- Decentralized and p2p networks and traditional communications with centralization at the core
- 操作表 函数的使用
- Chain Reading|The latest and most complete digital collection sales calendar-08.02
猜你喜欢

R语言聚类分析——代码解析

MySql constraints

深度学习TensorFlow入门环境配置

Likou - Number of Provinces

图片批量添加水印批量加背景缩放批量合并工具picUnionV4.0

视图【】【】【】【】

Analysis of the investment value of domestic digital collections

先人一步,不再错过,链读APP即将上线!

LeetCode 2011. Variable Value After Action (Simple)

One step ahead, don't miss it again, the chain reading APP will be launched soon!
随机推荐
network security firewall
Collection工具类
Consensus calculation and incentive mechanism
.Net Core导入千万级数据至Mysql
LeetCode 1351.统计有序矩阵中的负数(简单)
LeetCode 1894. Find the student number that needs to be supplemented with chalk
[List Exercise] Traverse the collection and sort by price from low to high,
LeetCode 162.寻找峰值(中等)
符号表
pytorch-10.卷积神经网络
Convolutional Neural Network (CNN) for mnist handwritten digit recognition
Knowledge Distillation Thesis Learning
卷积神经网络(CNN)实现服装图像分类
LeetCode 2011.执行操作后的变量值(简单)
pytorch-06.逻辑斯蒂回归
并查集原理与API设计
数据库 笔记 创建数据库、表 备份
win12 modify dns script
Multi-table query Notes
LeetCode 292.Nim 游戏(简单)