码迷,mamicode.com
首页 >  
搜索关键字:incremental learning    ( 4566个结果
《视觉机器学习20讲》——谢剑斌
第19讲 遗传算法(Genetic Algorithm) 第20讲 蚁群算法(AntColony Algorithm) 实验仿真源代码下载 www.kedachang.com或http://pan.baidu.com/s/1c051viS 除了书本自带的仿真demo,另外还一些实例 js 遗传算法的 ...
分类:其他好文   时间:2019-04-18 09:32:29    阅读次数:250
python Django2.X,报错 ‘learning_logs ’is not a registered namespace,如何解决?
自己也查阅了自己出现了的问题,其中就有这么个按照书中来写的代码但是Django却是提示了 ‘learning_logs ’is not a registered namespace。 然后错误提示可以是定位到了以下这个位置: base.html ``` <p> <a href="{% url 'le ...
分类:编程语言   时间:2019-04-16 19:03:44    阅读次数:367
词向量的cbow模型
word2vec完整的解释可以参考《word2vec Parameter Learning Explained》这篇文章。 cbow模型 cbow模型的全称为Continuous Bag-of-Word Model。该模型的作用是根据给定的词$w_{input}$,预测目标词出现的概率$w_t$,对 ...
分类:其他好文   时间:2019-04-16 00:55:19    阅读次数:298
神经机器翻译 - NEURAL MACHINE TRANSLATION BY JOINTLY LEARNING TO ALIGN AND TRANSLATE
论文:NEURAL MACHINE TRANSLATION BY JOINTLY LEARNING TO ALIGN AND TRANSLATE 综述 固定长度向量是编码器 - 解码器架构性能提升的瓶颈 > 本文提出:允许模型自动(软)搜索 与预测目标单词相关的源句( x 硬分段 ) 摘要 神经机器 ...
分类:系统相关   时间:2019-04-15 13:05:40    阅读次数:271
[paper reading] C-MIL: Continuation Multiple Instance Learning for Weakly Supervised Object Detection CVPR2019
MIL陷入局部最优,检测到局部,无法完整的检测到物体。将instance划分为空间相关和类别相关的子集。在这些子集中定义一系列平滑的损失近似代替原损失函数,优化这些平滑损失。 C-MIL learns instance subsets, where the instances are spatial ...
分类:其他好文   时间:2019-04-15 00:36:05    阅读次数:332
[C6] Andrew Ng - Convolutional Neural Networks
About this Course This course will teach you how to build convolutional neural networks and apply it to image data. Thanks to deep learning, computer ...
分类:Web程序   时间:2019-04-14 09:49:40    阅读次数:220
[C3] Andrew Ng - Neural Networks and Deep Learning
About this Course If you want to break into cutting edge AI, this course will help you do so. Deep learning engineers are highly sought after, and mas ...
分类:Web程序   时间:2019-04-14 09:47:13    阅读次数:139
[C4] Andrew Ng - Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
About this Course This course will teach you the "magic" of getting deep learning to work well. Rather than the deep learning process being a black bo ...
分类:Web程序   时间:2019-04-14 09:31:56    阅读次数:223
[C5] Andrew Ng - Structuring Machine Learning Projects
About this Course You will learn how to build a successful machine learning project. If you aspire to be a technical leader in AI, and know how to set ...
分类:系统相关   时间:2019-04-14 09:27:07    阅读次数:155
[C7] Andrew Ng - Sequence Models
About this Course This course will teach you how to build models for natural language, audio, and other sequence data. Thanks to deep learning, sequen ...
分类:其他好文   时间:2019-04-14 09:21:17    阅读次数:144
4566条   上一页 1 ... 78 79 80 81 82 ... 457 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!