recent article

some tricks on jupyter notebook

27 个Jupyter Notebook的小提示与技巧Jupyter notebook, 前身是 IPython notebook, 它是一个非常灵活的工具,有助于帮助你构建很多可读的分析,你可以在里面同时保留代码,图片,评论,公式和绘制的图像。Jupyter具有非常强的可扩展性,支持很多编程语言,并且易于部署到你的个人电脑和几乎所有的服务器上 -- 你只需要使用ssh或http接入即可。最重要的是,它完全免费。Jupyter默认设置使用 Python kernel,正因此以前叫做 IPy...…

computer science deep learning jupyter notebook blogread
previous article

convert image format

a code#!/usr/bin/env python3.4import osimport reimport numpy as npimport uuidfrom scipy import miscimport numpy as npfrom PIL import Imageimport sysimport matplotlib.pyplot as plt def read(file): if file.endswith('.float3'): return readFloat(fi...…

computer science deep learning python blogread