Tagged in

Machine Learning


Four Types of AI

As I mentioned in my previous article, there are many ways to classify different kinds of AI algorithms. Here, I will first categorize them in terms of how advanced they are, and then discuss their applications.


Paper Review 4 — Compressed Video Action Recognition

This is a CVPR18 published paper on Action recognition in Videos by Manmatha and Smola et. al. Action recognition is an area of research where given a video, the goal is to recognize what action is being performed. See below figure 1 for…


Day 83 — CAE Application to Image De-noising

今日主題:用卷積自編碼機做圖片去雜訊

參考資料

  1. The Keras Blog

筆記

昨天用卷積自編碼機做了簡單的MNIST手寫數字辨識。今天要做的則是利用類似的類神經網路結構,來對有雜訊干擾的圖片做Denoising.