pydata: Huiming's learning notes

Keep Looking, Don't Settle

tensorflow简介--01

python的群里有人询问深度学习的基本概念,正好最近看到一篇非常简洁明了的介绍TF的基本概念的文章,尝试把它翻译成中文。以下为原文翻译:Tensorflow(TF)是google开源的深度学习框架。它有初级高级两个教程实例。然后那两个例子把ML和TF放在一起解决一个多feature的问题--图像识别。本文尝试从最简单的线性模型来介绍一个单feature的问题,然后从这儿开始扩展下去。

Exploratory analysis of Two Sigma Financial Modeling Challenge

Two sigma provides the interesting data: y is a series of capped and floored time series which converged by time. The explainaroty variables have three types: fundmental, derived and techinical. This data also has a lot of missing values. All together makes the prediction interesting.

Exploratory analysis of Two Sigma Connect: Rental Listing Inquiries

this is the exploratory analysis of the data in kaggle Two Sigma Connect: Rental Listing Inquiries. The data itself is very easy to understand. Here it focus on figureing out the relation between the explainatory variables and the dependend variable. Exploring the relation between x and y is very important in building a predictive and powerful model. This is the step one.

increase disk space on vmware for ubuntu

Ubuntu was install on vmware. More spaces are needed since lots of data download. This is a note how to increase the disk space: add new partition, set up file system, and mount to the dir.