An introduction to TensorFlow

Abstract: TensorFlow has been widely used for many applications in machine learning and deep learning. However, TensorFlow is more than that, it is a general purpose computing library. Based on that, people have created a rich...

Written on July 3, 2018 - Read More

Presentation using Rstudio

As this term, I am responsible for two classes of time series analysis. I would like to propose a efficient way of communication with students so they do not get bored with the numbers and notations. After taking a brief...

Written on February 17, 2017 - Read More

Tensorflow in R - Make it simple

Deep learning and all kind of machine learning techniques have received a lot of attraction recently. However, most of the commonly used tool for data science and machine learning are implemented in python. As the most favorable programming language of...

Written on November 10, 2016 - Read More

ggplot2 in Action - Part 2 (Update soon)

I really like the default R plot system. It always brings elegant minimal clean plots which suits with most of my purpose. However, there would be some circumstance that the default plot is way too simple and could not help...

Written on November 3, 2016 - Read More

ggplot2 in Action - Part 1

This series of posts show how to use ggplot2 in my daily exercises. The posts contain detail tricks and tips to plot nice graphs with ggplots. The structure of the post should be as followed,

  • Firstly, the main object...
Written on October 30, 2016 - Read More