Data Analysis with Python

Numpy Learning

Numpy.png

阅读全文

TuShare Testing

Actually recently I am learning a online course about finance, and know an API can get some open data from the trading market, which is very convenient for do some testing and do some anaysis, like testing some trading strageties, NLP analysis, data visualization (Movie data) and so on.

阅读全文

Deep Learning Notes

Deep Leaning Review

PS:If you want to see the Latex Formula, you can access my webpage:
http://henryshe.cn/DL

阅读全文

Common Linux Shell Commands

Reference Link
*All knowledge are coming from this website.

阅读全文

Maven Project Creation(in terminal)

  1. check version
  2. Edit the local repository:仓库 (conf/setting.xml) 路径是($MAVEN_HOME/project)
  3. Create Project
    1
    2
    3
    4
    5
    mvn archetype:generate \
    -DgroupId=twitter.bijection.Program \
    -DartifactId=bitcoinProgram \
    -DarchetypeArtifactId=maven-archetype-quickstart \
    -DinteractiveMode=false

阅读全文

Hive Getting data from HDFS

因为我们streaming的东西是存到了HDFS,然后可以存成CSV的格式,然后我就需要从HDFS Load数据进去Hive,然后后续的操作就是用Hive去做别的操作。

Detailed Steps

    阅读全文

    Visualization Graphs

    Map View.png

    Visualization Project Address:

    Aim:

    To visualize the Steam Game platform information.

    阅读全文

    Change Theme of my Blog

    Image.jpg

    阅读全文

    Test my Hexo

    起因

    因为在做visualizationproject的时候,有个组员在用 hexo,然后我刚好看了他如何commit,感觉额Git一样方便,于是就好奇,尝试了一下部署,然后正好看到github.io其实可以作为自己的一个网页的,于是就开始尝试(虽然我一开始漏装了git,不过最后都解决了)

    阅读全文

    Hello World

    Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

    阅读全文