Jupyter Notebook 快捷键 Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。命令模式,键盘输入运行程序命令;这时的单元框线是灰色。 命令模式 (按键 Esc 开启) Enter : 转入编辑模式 Shift-Ente ...
分类:
其他好文 时间:
2019-10-20 16:12:25
阅读次数:
103
Learn From: "Pytroch 官方Tutorials" "Pytorch 官方文档" 环境:python3.6 CUDA10 pytorch1.3 vscode+jupyter扩展 结果: ...
分类:
其他好文 时间:
2019-10-20 10:45:43
阅读次数:
145
python3 安装 jupyter 安装 2 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3 5.3.1 Linux x86_64.sh 7 yum install bzip2 8 sh Anaconda3 ...
分类:
编程语言 时间:
2019-10-18 19:17:09
阅读次数:
109
From http://jalammar.github.io/illustrated-transformer/ The Illustrated Transformer Discussions: Hacker News (65 points, 4 comments), Reddit r/Machine ...
分类:
其他好文 时间:
2019-10-17 10:34:19
阅读次数:
203
pip install jupyter #安装 jupyter notebook #启动 ...
分类:
其他好文 时间:
2019-10-16 13:17:57
阅读次数:
64
[TOC] 一、前言 由于有些语法无法在博客园展示,推荐使用Typora解锁全套,下载地址:https://www.typora.io/ 推荐使用jupyter,使用方法:https://www.cnblogs.com/nickchen121/p/10722733.html 没想到一向不太靠谱的百度 ...
分类:
其他好文 时间:
2019-10-15 19:04:15
阅读次数:
109
我的工程实践是机器学习相关,因此我在GitHub上选了下面的源代码进行学习:https://github.com/WillKoehrsen/machine-learning-project-walkthrough 一、对源代码的分析 1、目录结构 该源代码使用Python语言,在jupyter no ...
分类:
其他好文 时间:
2019-10-13 12:42:59
阅读次数:
90
探索一的内容,选取部分数据进行数据清洗,建立模型,并检验模型的评估效果. https://nbviewer.jupyter.org/github/donggu26/python/blob/master/%E6%B3%B0%E5%9D%A6%E5%B0%BC%E5%85%8B%E5%8F%B7%E6% ...
分类:
其他好文 时间:
2019-10-11 10:40:32
阅读次数:
76
本篇阅读目录 一、Jupyter notebook环境安装 二、爬虫介绍 一、Jupyter notebook环境安装 Anaconda指的是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项。因为包含了大量的科学包,Anaconda 的下载文件比较大(约 ...
分类:
其他好文 时间:
2019-10-10 18:37:21
阅读次数:
121
引言 本篇介绍Jupyter Notebook的概念以及常用快捷方式。 概述 Jupyter Notebook也称为 Ipython notebook是一种Web应用程序,您可以在其中创建和共享包含实时代码,方程式,可视化效果以及文本的文档,Jupyter Notebook是帮助您获得所需的数据科学 ...
分类:
其他好文 时间:
2019-10-09 09:36:56
阅读次数:
68