前面几章我们讨论了给定一些features,比如房屋面积,怎么通过TF的线性回归来预测结果,比如说房屋价格。下面会讨论logistic regression,它会通过输入的features来实现分类。比如说通过输入的图片,来进行0-9的分类。
tensorflow简介--03
经过前面介绍的单feature的线性模型,损失函数,梯度下降(part 1),epoch, learn-rate, 可变梯度下降(part 2),我们可以继续介绍TF下面多特征(multi-feature)的线性回归。
tensorflow简介--02
上一章讨论了怎么在TF里面训练机器学习模型,以及基本的tensorflow代码。这为接下来讨论各种训练变化比如stochastic/mini-batch/batch, 以及adaptive learning rate gradient descent预铺了道路.
tensorflow简介--01
安装docker和tensorflow
整理了一下以前安装docker和tensorflow的东西
install tensorflow/theano on conda envirement
to avoid conflict, it is better to install tensorflow/theano in the virtuenv in python. Another way is to install them in the conda enviroment. This is the notes how to do that.
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.
install docker, dl package, ssh access for ubuntu
install docker, and dl-package including tensorflow, theano, keras and caffe on docker for dl class, set up port forwarding for remote ssh access on the new installed ubuntu 16.10
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.