上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 打分排序系统的应用非常普遍,比如电影的评分,知乎帖子的热度,和新闻文章的排序。让我们从最简单直观的平均打分开始, 聊聊各种打分方法的利弊和使用场景。 阅读全文
posted @ 2019-02-07 11:37 风雨中的小七 阅读(5016) 评论(0) 推荐(1) 编辑
摘要: In the previous post, we talk about a very popular Boosting algorithm [Gradient Boosting Decision Tree][1]. The key of GBM is using Gradient Descent t 阅读全文
posted @ 2018-07-23 11:01 风雨中的小七 阅读(963) 评论(0) 推荐(0) 编辑
摘要: This is the second post in Boosting algorithm. In the previous post, we go through the earliest Boosting algorithm [AdaBoost][1], which is actually an 阅读全文
posted @ 2018-07-16 01:39 风雨中的小七 阅读(836) 评论(0) 推荐(0) 编辑
摘要: In the previous post we addressed some issue of decision tree, including instability, lack of smoothness, sensitivity to data, and etc. One solution i 阅读全文
posted @ 2018-06-10 22:12 风雨中的小七 阅读(1137) 评论(0) 推荐(0) 编辑
摘要: After talking about Information theory, now let's come to one of its application Decision Tree! Nowadays, in terms of prediction power, there are many 阅读全文
posted @ 2018-06-04 00:51 风雨中的小七 阅读(1482) 评论(0) 推荐(0) 编辑
摘要: This will be a series of post about Tree model and relevant ensemble method, including but not limited to Random Forest, AdaBoost, Gradient Boosting a 阅读全文
posted @ 2018-05-23 10:37 风雨中的小七 阅读(469) 评论(0) 推荐(0) 编辑
摘要: I have had a hard time trying to understand recurrent model. Compared to Ng's deep learning course, I found Deep Learning book written by Ian, Yoshua 阅读全文
posted @ 2018-04-15 10:17 风雨中的小七 阅读(469) 评论(0) 推荐(0) 编辑
摘要: Finally pass all the Deeplearning.ai courses in March! I highly recommend it! If you already know the basic then you may be interested in course 4 & 5 阅读全文
posted @ 2018-03-31 22:31 风雨中的小七 阅读(1072) 评论(0) 推荐(0) 编辑
摘要: I have finished the first course in the DeepLearnin.ai series. The assignment is relatively easy, but it indeed provides many interesting insight. You 阅读全文
posted @ 2018-03-06 10:04 风雨中的小七 阅读(905) 评论(0) 推荐(0) 编辑
摘要: In the previous post I go through basic 1 layer Neural Network with sigmoid activation function, including How to get sigmoid function from a binary c 阅读全文
posted @ 2018-02-19 02:58 风雨中的小七 阅读(938) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页