Convex Functions / Jensen’s Inequality / Jensen’s Inequality on Expectations / Gibbs’ Inequality / Entropy
首先明确两点:
之前写过一篇 Expectation-Maximization Algorithm,但是太细碎了,没有抓住核心。
Original post is The Gradient and Directional Derivative from Mathematics School, Oregon State University. Here I thank the author(s) sincerely.
参考自 Introduction to Semi-Supervised Learning。
def square_and_cube(x): yield x**2 yield x**3
其实 Digest of Fluent Python 里有讲,只是我实在是太不习惯它的用法了:
Given 3 points, $(1,1), (2,1), (2,2)$, how would you connect them with 2 segments? Subtly, geom_line of ggplot2 thinks in a different way when you order the ...
My aim is to install ALL packages I need for a project to a non-default location.