01 2019 档案
摘要:https://keras.io/zh/ https://keras.io/zh/models/about-keras-models/ 在 Keras 中有两类主要的模型:Sequential 顺序模型 和 使用函数式 API 的 Model 类模型。 这些模型有许多共同的方法和属性: model.
阅读全文
摘要:MTL 有很多形式:联合学习(joint learning)、自主学习(learning to learn)和带有辅助任务的学习(learning with auxiliary task)等。一般来说,优化多个损失函数就等同于进行多任务学习。即使只优化一个损失函数(如在典型情况下),也有可能借助辅助
阅读全文
摘要:https://keras.io/zh/getting-started/faq/ https://keras.io/zh/ https://github.com/keras-team/keras/tree/master/examples
阅读全文
摘要:https://keras.io/zh/ https://keras.io/zh/getting-started/functional-api-guide/ https://github.com/keras-team/keras/tree/master/examples Keras 函数式 API
阅读全文
摘要:http://colah.github.io/posts/2015-08-Understanding-LSTMs/ https://www.jianshu.com/p/9dc9f41f0b29 机器学习面试100题: https://blog.csdn.net/T7SFOKzorD1JAYMSFk4
阅读全文
摘要:机器学习面试100题: https://blog.csdn.net/T7SFOKzorD1JAYMSFk4/article/details/78960039
阅读全文
摘要:https://keras.io/zh/ https://keras.io/zh/getting-started/sequential-model-guide/ https://github.com/keras-team/keras/tree/master/examples keras实例 机器学习
阅读全文