美文网首页机器学习
08 EM算法 - 案例三 - GMM的不同参数

08 EM算法 - 案例三 - GMM的不同参数

作者: 白尔摩斯 | 来源:发表于2018-12-16 15:24 被阅读14次
    import numpy as np
    import pandas as pd
    import itertools
    from scipy import linalg
    import matplotlib as mpl
    import matplotlib.colors
    import matplotlib.pyplot as plt
    
    from sklearn.mixture import GaussianMixture
    from sklearn.model_selection import train_test_split
    
    

    待续

    相关文章

      网友评论

        本文标题:08 EM算法 - 案例三 - GMM的不同参数

        本文链接:https://www.haomeiwen.com/subject/fncxkqtx.html