Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用带有 tensorflow 后端的 keras 来实现高斯混合模型。有没有关于如何实现它的指南或示例?
你确定这是你想要的吗?您想将 GMM 集成到神经网络中吗?
Tensorflow 和 Keras 是用于创建、训练和使用神经网络模型的库。高斯混合模型不是神经网络。