码迷,mamicode.com
首页 >  
搜索关键字:training    ( 1539个结果
基于NVIDIA GPUs的深度学习训练新优化
基于NVIDIA GPUs的深度学习训练新优化 New Optimizations To Accelerate Deep Learning Training on NVIDIA GPUs 不同行业采用人工智能的速度取决于最大化数据科学家的生产力。NVIDIA每月都会发布优化的NGC容器,为深度学习框 ...
分类:其他好文   时间:2020-06-20 17:11:07    阅读次数:55
A strategy to quantify embedding layer
A strategy to quantify embedding layer Basic idea Embedding is mainly in the process of word pre-training. Two embedding methods, word2vec and GloVe, ...
分类:其他好文   时间:2020-06-11 10:42:26    阅读次数:78
Improving DNNs Hyperparameter tuning-Regularization and Optimization(week2)Regularization
Regularization Deep Learning models have so much flexibility and capacity that overfitting can be a serious problem,if the training dataset is not big ...
分类:其他好文   时间:2020-06-09 18:29:42    阅读次数:53
What Are You Weighting For?
A basic strength routine can change your life Strength training isn’t just about getting six-pack abs and big biceps. Along with stretching and elevat ...
分类:其他好文   时间:2020-06-06 21:47:07    阅读次数:87
Module - Neural network training and inference
API。训练神经网络需要很多步骤。需要指定如何输入训练数据、初始化模型参数、在网络中执行向前和向后传递、基于计算的梯度更新权重、执行模型检查点等。在预测过程中,最终会重复这些步骤中的大多数步骤。对于新手和有经验的开发人员来说,所有这些都是非常令人望而生畏的。幸运的是,MXNet在module(简称m ...
分类:Web程序   时间:2020-06-06 18:30:37    阅读次数:63
迁移学习及领域自适应 Transfer Learning & Domain Adaptation
文章内容主要整理自Sinno Jialin Pan and Qiang Yang的论文《A survey on transfer Learning》。 1 迁移学习提出的背景及历史 1.1、迁移学习提出背景 在机器学习、深度学习和数据挖掘的大多数任务中,我们都会假设training和inferenc ...
分类:其他好文   时间:2020-06-05 23:19:34    阅读次数:212
BP 神经网络
代码: import numpy as np from utils.features import prepare_for_training from utils.hypothesis import sigmoid, sigmoid_gradient class MultilayerPerceptr ...
分类:其他好文   时间:2020-06-04 21:22:33    阅读次数:71
2015 Multi-University Training Contest 10(9/11)
2015 Multi-University Training Contest 10 5406 CRB and Apple 1.排序之后费用流 spfa用stack才能过 //#pragma GCC optimize("O3") //#pragma comment(linker, "/STACK:10 ...
分类:其他好文   时间:2020-05-29 21:14:00    阅读次数:64
am335x
am335x uboot guide http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_U-Boot.html#u-boot-user-s-guide am335x ...
分类:其他好文   时间:2020-05-29 17:52:56    阅读次数:63
SDNU ACM-ICPC 2020 Extra Training Contest 5 题解 by 王博文 苏用 徐光旭
A题王博文: https://blog.csdn.net/Kotsg/article/details/106396949 E题 苏用: https://www.cnblogs.com/yishuda/p/12977527.html F题 徐光旭: https://blog.csdn.net/xgx9 ...
分类:其他好文   时间:2020-05-28 13:12:32    阅读次数:81
1539条   上一页 1 ... 4 5 6 7 8 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!