07 2019 档案

摘要:Deep Active Learning 最上方为监督学习,对面为非监督学习,之间包括增强学习、半监督学习、在线学习、主动学习。 Supervised Learing 将未标记的数据交给Work进行标记,然后将标记数据交给Learner进行训练。 Semi-Supervised Learning 在 阅读全文
posted @ 2019-07-31 16:31 记录人生 阅读(1068) 评论(0) 推荐(0)
摘要:Keras官方文档: A Keras model has two modes: training and testing. Regularization mechanisms, such as Dropout and L1/L2 weight regularization, are turned o 阅读全文
posted @ 2019-07-19 15:00 记录人生 阅读(711) 评论(0) 推荐(0)