OscarZ

2020年10月14日 #

汇总EM算法的讲解

摘要: https://blog.csdn.net/v_JULY_v/article/details/81708386 https://blog.csdn.net/zouxy09/article/details/8537620 https://www.cnblogs.com/mindpuzzle/archi 阅读全文

posted @ 2020-10-14 22:23 OscarZ 阅读(65) 评论(0) 推荐(0) 编辑

3. The Greedy Algorithms

摘要: Accuracy or Complexity? 阅读全文

posted @ 2020-10-14 21:39 OscarZ 阅读(65) 评论(0) 推荐(0) 编辑

2. Define the goal for sparse representation(我们大体上用什么算法)

摘要: We are trying the find the unique sparest solution to the P0 problem One thing that we are sure about is that we do not want to use the Exhaustive Sea 阅读全文

posted @ 2020-10-14 21:37 OscarZ 阅读(105) 评论(0) 推荐(0) 编辑

About Float32 and Float64

摘要: Any number should be represented in the form of the formula above: (-1)^s: s is the sign bit M: M is the fraction bit E: is the exponential bit 1. Flo 阅读全文

posted @ 2020-10-14 16:56 OscarZ 阅读(106) 评论(0) 推荐(0) 编辑

导航