科学网

 找回密码
  注册
使用plotly在线显示3D可交互图像
高琳琳 2019-8-29 15:28
安装软件 plotly包、jupyter notebook 使用方法 为了在线显示, 1)在plotly官网进行注册 2)在“setting”页面,点击“Regenerate Key”生成API-Key 3)在代码中增加如下两行代码: import plotly plotly.tools.set_credentials_file(username='your-nam ...
个人分类: Python|5464 次阅读|没有评论
[转载]several blocks of Deep learning
高琳琳 2019-8-22 16:32
Deep learning is like a black box. Its learning process takes the inputs and the desired outputs, and then updates its internal states, so that the calculated outputs get as close as possible from the desired output. So machine learning sometimes is called model fitting. Decompose the learning pro ...
个人分类: DeepLearning|1952 次阅读|没有评论
[转载]Pytorch可视化过程之tensorboardX的使用
高琳琳 2019-8-5 15:04
tensorboardX支持 scalar , image , figure , histogram , audio , text , graph , onnx_graph , embedding , pr_curve 和 video 等。 (一)安装 依赖环境: Python &nb ...
个人分类: Python|8644 次阅读|没有评论
[转载]Tmux-常用command lines
高琳琳 2019-7-26 13:42
由于自己的快捷键总是不好使,记录下常用命令,以加固记忆 tmux 的主要元素分为三层: Session(会话): Window(窗口): Pane(面板): 链接:https://juejin.im/post/5a8917336fb9a0633e51ddb9 来源:掘金 Session相关命令: # 创建 tmux ...
个人分类: Python|1771 次阅读|2 个评论
Pycharm Professional远程解释器的配置
高琳琳 2019-7-26 12:38
1. 确保已经安装并enable如下插件: SSH Remote Run, Vagrant, Docker Integration。 操作如下:File - Settings - Plugins - Installed 2. 总共有四种远程解释器配置方式,此处选择使用SSH的配置。其它三种配置见 https://www.jetbrains.com/help/idea/con ...
个人分类: Python|3105 次阅读|没有评论
[转载]大数据遍历一遍同时求出均值与标准差
高琳琳 2019-7-26 12:18
标准差的定义: 其中, 为平均值。同时,有如下变形: 因此,标准差简化为: 故有: From: https://www.wikiwand.com/zh-cn/%E6%A8%99%E6%BA%96%E5%B7%AE
个人分类: DeepLearning|2180 次阅读|没有评论
Python 当前路径与上一路径
高琳琳 2019-7-26 11:56
当前路径: cur_dir= os.getcwd() # This outputs the absolute path cur_dir = os.curdir() # This outputs '.' # In order to get the absolute ...
个人分类: Python|1767 次阅读|没有评论
连接远程Ubuntu服务器
高琳琳 2019-7-24 10:56
确保远程基于Ubuntu的服务器是安装了SSH server。若远程服务器没有安装SSH server,可参考 http://blog.sciencenet.cn/blog-1969089-1052797.html 进行安装 根据本地OS,选择不同的客户端安装方式 若本地OS是Ubuntu,通过命令 apt-get install openssh- client 在本地安装SSH客户端 若本地OS是W ...
个人分类: Linux|1826 次阅读|没有评论
Tmux--connect to remote server
高琳琳 2019-7-24 10:29
tmux basically offers two big features: Window management in your terminal and session management. 1. tmux’s authors describe it as a terminal multiplexer . Behind this fancy term hides a simple concept: Within one terminal window you can open multiple windows and split-view ...
个人分类: Linux|1755 次阅读|1 个评论

本页有 1 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-19 21:39

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部