Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c74bcb8

Browse files
refresh project
rename: python笔记 to python 进阶笔记 update: SVM update: Tensorflow 安装总结
1 parent dd62f73 commit c74bcb8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2019年03月06日 21:23:56
44
tags:
55
- Python
66
- advancement
7-
- notebook
7+
- noteBook
88
toc: true
99
---
1010
Python 进阶学习笔记 当年学了点Python2 ,那时候听说什么Python3 失去了Python的灵魂,就没管Python3 。 最近因为项目需要使用Python3,又把当年的那份热血花在了Python3的学习上。 本以为Python3只是Python2 的升级会很好上手,没想到Python3相对于Python2而言有太多的新语法、新概念。 从小养成学习记笔记的好习惯,把学习遇到的重点写下来,第一日后复习用,其次如果有其他同学看到我的笔记,并感觉有用,也是算是我劳动成果的附加收益吧

‎SVM 原理详解.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: SVM原理详解
33
date: 2019年3月19日 17:57:14
44
tags:
5-
- pythpon
5+
- python
66
- MachineLearning
77
toc:
88
ture

‎TensorFlow 安装总结.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: TensorFlow 安装总结
33
date: 2019年3月22日 12:30:24
44
tags:
5-
- pythpon
5+
- python
66
- TensorFlow
77
- MachineLearning
88
toc:
@@ -27,16 +27,16 @@ TensorFlow-GPU是TensorFlow的GPU版,能够使用支持NVIDIA CUDA 并行计
2727

2828
我们打开TensorFlow的官网可以明显的在导航栏找到 Install 页面的入口。
2929

30-
然而相信我,安装TensorFlow与那没有官方页面上写的几行命令输入后就可以去喝茶了,喝杯茶刷刷微博,那边就安装完成了
30+
然而相信我,安装TensorFlow并没有官方页面上写的那么简单(特别是喜欢挑战难度安装GPU版本),输入几行代码,坐到旁边喝杯茶刷刷微博,过一会就安装完成了
3131

32-
因为TensorFlow支持众多平台,首先我们要搞懂TensorFlow到底有多少版本
32+
因为TensorFlow支持众多平台,首先我们要搞懂TensorFlow到底支持哪些操作系统
3333

3434
- Ubuntu 16.04 或更高版本(这里可代表Linux家族)
3535
- Windows 7 或更高版本
3636
- macOS 10.12.6 (Sierra) 或更高版本(不支持 GPU)
3737
- Raspbian 9.0 或更高版本
3838

39-
可以看出来通用的版本都是支持的
39+
可以看出来常用的操作系统都是支持的
4040

4141
### 安装Cuda
4242

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /