自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 Ubuntu系统下IPython Notebook的安装和远程访问配置

1.安装IPython及IPython Notebook pipinstallIPythonpip install IPython pip install urllib3 –安装IPython Notebook的依赖 $pip install jupyter –安装IPython Notebook2.使用IPython $ipython –进入IPython交互环境3.使用IPython

2017-04-03 12:46:07 945

原创 ubuntu下配置git,上传代码

1.安装配置gitsudo apt-get install openssh-server openssh-client sudo apt-get install git2.用git上传cd /to/local/path/ git init git add ./ git commit -m "add your description"3.添加ssh keyssh-keygen -t rsa -C "y

2017-03-14 13:16:04 411

原创 Upload code files on Bitbucket

$ cd /path/to/repository $ git init $ git add . $ git config user.email "zoushihaobit@163.com" $ git config user.name "Jimmy" $ git commit -m 'initial commit of full repository' $ git remote add origin

2016-09-02 11:26:34 414

翻译 (2016.4.17)文献总结Learning Hierarchical Features for Scene Labeling

文献总结,Lecun的学生的文章,关于卷积网络用于全景图标示(full-scene labeling),水平有限,难免有理解不当之处,敬请指导。

2016-04-17 16:23:47 3987

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除