feature visualization from ipython notebook

简介: Feature visualization from ipython notebook Wang Xiao   1. install anaconda2 from: https://www.

 

Feature visualization from ipython notebook

Wang Xiao

 

1. install anaconda2 from: https://www.continuum.io/downloads 

  Note: download the version 2 not version 3 ! Or the following will always wrong !!!

                     

2. Then install python.protobuf follow the blog from: http://www.voidcn.com/blog/woainiwss/article/p-5002715.html

  (1). Download: http://protobuf.googlecode.com/files/protobuf-2.5.0.zip

  (2). Unzip protobuf-2.5.0  and cd protobuf-2.5.0

  (3). Do the following in the terminal

make -j4
make check -j4
sudo make install 

 

    (4). cd ./python

python setup.py build 
python setup.py test 
python setup.py install 

   (5). >>python

    check if you input the >> import google.protobuf , it does not inform you any error, it means everything is ok.

        

    If your screen like the above figure, you only could try it again like me.

 

  (6).Then, input : ipython notebook in the terminal, and a page will be opened in your Browser.

            

            

 

    Then Compile the python file in what you needed way. Then run it step by step, you will see your image in each layer.            

 

            

  (7). The results can be shown in the following way:

  

  

  

  

  

  

  

  

  

  

  

    

 

 

 

 

 

 

 

 

 

 

 

 

 

             

 

相关文章
50个关于IPython的使用技巧,get起来!
50个关于IPython的使用技巧,get起来!
64 1
使用IPython的技巧指南
使用IPython的技巧指南
解决PIE-Engine中python虚拟环境下使用jupyter notebook时PIE模块不存在
解决PIE-Engine中python虚拟环境下使用jupyter notebook时PIE模块不存在
157 0
解决ImportError: umap.plot requires pandas matplotlib datashader bokeh holoviews scikit-image and colo
解决ImportError: umap.plot requires pandas matplotlib datashader bokeh holoviews scikit-image and colo
307 0
解决ImportError: umap.plot requires pandas matplotlib datashader bokeh holoviews scikit-image and colo
安装PyTorch后jupyter notebook中仍出现“No module named torch“
Jupyter Notebook 后 import torch 却提示 “No module named torch”
1817 0
安装PyTorch后jupyter notebook中仍出现“No module named torch“
Ipython notebook中matplotlib画图
Ipython notebook中matplotlib画图
272 0
Ipython notebook中matplotlib画图
Jupyter Notebook显示图像
Jupyter Notebook显示图像
283 0