上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 73 下一页
摘要: 1 基本的定义 正定和半正定这两个词的英文分别是 positive definite 和 positive semi-definite,其中,definite是一个形容词,表示“明确的、确定的”等意思。 定义1:给定一个大小为 $n \times n$ 的实对称矩阵 $A$ ,若对于任意长度为 $n 阅读全文
posted @ 2021-09-21 20:25 多发Paper哈 阅读(999) 评论(0) 推荐(0) 编辑
摘要: 随机游走 几何布朗运动 几何布朗运动(Brownian motion) 布朗运动是将看起来连成一片的液体,在高倍显微镜下看其实是由许许多多分子组成的。液体分子不停地做无规则的运动,不断地随机撞击悬浮微粒。当悬浮的微粒足够小的时候,由于受到的来自各个方向的液体分子的撞击作用是不平衡的。在某一瞬间,微粒 阅读全文
posted @ 2021-09-20 12:00 多发Paper哈 阅读(851) 评论(0) 推荐(0) 编辑
摘要: 论文信息 论文标题:Deep Graph Infomax论文作者:Petar Veličković, William Fedus, William L. Hamilton, Pietro Liò, Yoshua Bengio, R Devon Hjelm论文来源:2019,ICLR 论文地址:dow 阅读全文
posted @ 2021-09-19 19:51 多发Paper哈 阅读(3618) 评论(0) 推荐(1) 编辑
摘要: 在Windows中装了python3.6,自然还要装pip。按度娘的提供的方法先下载easyinstall,然后在CMD下输入: python ez_setup.py 结果报错 .............................urllib.error.HTTPError: HTTP Err 阅读全文
posted @ 2021-09-17 16:32 多发Paper哈 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 在目录 C:\Users\Administrator下新建pip目录 C:\Users\Administrator\pip 添加 pip.ini 文件 pip.ini内容设置为 [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple 阅读全文
posted @ 2021-09-17 16:14 多发Paper哈 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 在使用Jupyter notebook时发现没有代码补全功能,于是在网上查找了一些资料,最后总结了以下内容。 1 安装显示目录功能: pip install jupyter_contrib_nbextensions 配置:安装完之后需要配置 nbextension, 2 注意配置的时候要确保已关闭 阅读全文
posted @ 2021-09-17 15:59 多发Paper哈 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 1 打开这个目录 D:\SoftWare\Anaconda\Lib\site-packages\notebook\static\custom 点开这个👇 也就是你安装的 python下面的 jupyter notebook 的目录 修改 custom.css 文件 2 要怎样修改呢?或者修改什么呢 阅读全文
posted @ 2021-09-17 15:53 多发Paper哈 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 如何更改Jupyter Notebook的默认工作路径? 1.在cmd中输入命令使Jupyter产生配置文件:Jupyter_notebook_config.py jupyter notebook --generate-config 2.在 C:\Users\Administrator\.jupyt 阅读全文
posted @ 2021-09-17 15:39 多发Paper哈 阅读(100) 评论(0) 推荐(0) 编辑
摘要: pip检测更新命令:pip list –outdated pip升级包命令:pip install --upgrade packagename pip卸载包命令:pip uninstall packagename 阅读全文
posted @ 2021-09-15 15:18 多发Paper哈 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 镜像地址:阿里云 https://mirrors.aliyun.com/pypi/simple/豆瓣http://pypi.douban.com/simple/清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/中国科学技术大学 http://pypi.mir 阅读全文
posted @ 2021-09-15 15:06 多发Paper哈 阅读(166) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 73 下一页
Live2D