anaconda安装和jupyter的使用 安装:https://zhuanlan.zhihu.com/p/32925500 anaconda一个包管理工具,提供了用户界面和命令行操作两种模式。Anaconda包含了conda、Python在内的超过180个科学包及其依赖项。 jupyter是ana ...
分类:
其他好文 时间:
2020-02-04 20:24:12
阅读次数:
59
1、在需要文件间调用的文件夹下创建Ipynb_importer.py文件,文件内容为 import io, os,sys,types from IPython import get_ipython from nbformat import read from IPython.core.interac ...
分类:
其他好文 时间:
2020-02-03 22:41:16
阅读次数:
122
https://www.cnblogs.com/heenhui2016/p/10637746.html :jupyter notebook 与lab区别 https://www.zhihu.com/question/46309360 作用 https://jupyter.readthedocs.io ...
分类:
其他好文 时间:
2020-02-03 13:40:23
阅读次数:
104
jupyter(Win版本)下载数据集会默认到C盘下,Linux会默认到root下,修改方式如下· tf1.x: import os import tensorflow as tftf.disable_v2_behavior()tf.enable_eager_execution() train_da ...
分类:
其他好文 时间:
2020-02-03 11:46:35
阅读次数:
288
记录,自用 1、安装Anaconda(这里安装的是python3.6版本) 2、创建tensorflow的conda环境 1 conda create -n tensorflow python=3.6 3、切换到上一步创建的名为“tensorflow”的python解释器环境 1 activate ...
一、安装Anaconda 1 下载Anaconda安装脚本 为了避免漫长的等待,镜像源选择国内的清华镜像源,镜像源地址:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 我选择最新版本5.3.1,执行如下命令下载: wget https:/ ...
分类:
其他好文 时间:
2020-02-01 22:57:39
阅读次数:
111
环境:centos 8.0.1905用jupyter huanjinghttps://tensorflow.google.cn/install/docker [david@localhost ~]$ sudo podman run -it -rm -p 8888:8888 tensorflow/te ...
分类:
其他好文 时间:
2020-01-31 10:24:14
阅读次数:
433
引自:https://blog.csdn.net/weixin_43453851/article/details/89192635 1,在当前文件夹的目录中输入cmd并回车(打开的cmd中会显示出你当前的目录)2,输入命令: jupyter nbconvert --to script *.ipynb ...
分类:
编程语言 时间:
2020-01-29 14:30:00
阅读次数:
313
本来以为 $\mathrm{jupyter}$ $\mathrm{lab}$ 里没办法预览 $\mathrm{.md}$ 文件, 还找了好久插件, 结果其实不用插件也可以, 只要打开 $\mathrm{.md}$ 文件, 然后右键就有 $\mathrm{Show}$ $\mathrm{Markdow ...
分类:
其他好文 时间:
2020-01-28 23:02:30
阅读次数:
132
回归是确定两种或两种以上的变量间相互依赖的定量关系的方法 通过波士顿地区的13个特征与其房价来确定这13个特征(自变量)与其房价(应变量)之间的关系(模型) 实验环境 Anaconda Python 3.7 编辑器 Jupyter Notebook 神经网络的包 Keras 实验步骤 1.加载数据 ...
分类:
其他好文 时间:
2020-01-28 19:23:57
阅读次数:
67