摘要: import numpy as np def blahut_arimoto(p_y_x: np.ndarray, log_base: float = 2, thresh: float = 1e-12, max_iter: int = 1e3) -> tuple: ''' Maximize the c 阅读全文
posted @ 2019-11-09 17:03 不学无墅_NKer 阅读(2144) 评论(0) 推荐(0) 编辑