码迷,mamicode.com
首页 >  
搜索关键字:deep learning模型    ( 2007个结果
常见验证
export default { // 两个对象合并 extend: function(target, source, deep) { target = target || {}; var sType = typeof source, i = 1, options; if (sType 'undef ...
分类:其他好文   时间:2020-07-15 15:11:36    阅读次数:78
element UI 组件
.el-table{ /deep/ td{ text-align: center; } } 表格居中显示。 表头居中显示。 ...
分类:其他好文   时间:2020-07-14 21:44:10    阅读次数:236
改进SENet-ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks
论文链接:https://arxiv.org/abs/1910.03151 代码地址:https://github.com/BangguWu/ECANet 讲解:https://mp.weixin.qq.com/s/LOOhcmyMIVJugER0wJkDhg ...
分类:Web程序   时间:2020-07-14 13:02:26    阅读次数:173
A Deep Learning Method for Change Detection in Synthetic Aperture Radar Images(变化检测论文复现附代码)
复现代码地址:https://github.com/xuhongwei237/change-detection 论文地址:A Deep Learning Method for Change Detection in Synthetic Aperture Radar Images 中文地址:基于深度神 ...
分类:其他好文   时间:2020-07-12 14:16:47    阅读次数:65
Chapter1 - 像素(Pixel)操作
Chapter1 - 像素(Pixel)操作 import cv2 as cv import numpy as np src = cv.imread("opencv.png") 一、改变像素值 # copy image, deep copy img_copied = np.copy(src) # c ...
分类:其他好文   时间:2020-07-11 13:04:28    阅读次数:87
概率图:HMM:Learning问题(EM算法)
一:问题描述 Learning问题就是参数估计问题,也就是求模型参数λ,具体形式为 :λ_hat=argmax P(O|λ) 【通过最大化似然求得最优模型参数 λ;优化算法用EM,可类比GMM模型中求θ用的EM】 二、EM算法应用于HMM-learning模型的公式推导(具体可参考之前博客GMM:E ...
分类:编程语言   时间:2020-07-11 11:16:14    阅读次数:99
Life -1a How well do you sleep? Teacher: GABRIELE
课上内容(Lesson) a fact n. 事实;实际;真相 take a nap (30-60min.) 睡午觉;小睡一下 # deep sleep a power nap(20 min.) 一个小盹 词汇(Key Word ) expert 专家 regular 规律 hardly 几乎不 r ...
分类:其他好文   时间:2020-07-10 09:34:53    阅读次数:65
Advances in Deep-learning-based Inverse Problems (DLB IP)
Announcements - This repository provides references to recent advances in deep-learning-based inverse problems (DLB IP), and will be updated once ever ...
分类:其他好文   时间:2020-07-09 01:15:07    阅读次数:101
Vue style 深度作用选择器 >>> 与 /deep/(sass/less)
Vue style 深度作用选择器 >>> 与 /deep/(sass/less) ...
分类:其他好文   时间:2020-07-08 15:19:19    阅读次数:107
CF741E Arpa’s abnormal DNA and Mehrdad’s deep interest
题面 英文题面 题意:给定两个串$S$和$T$,定义$R_i$为在$s_i$和$s_{i+1}$之间插入$T$串得到的字符串。\(i \in [0,|S|]\) 有$Q$次询问,形如$(l,r,k,x,y)$,求满足 \(l \leq i \leq r\) 且 \(x\) \(\leq\) \(i\ ...
分类:其他好文   时间:2020-07-08 01:44:20    阅读次数:442
2007条   上一页 1 ... 5 6 7 8 9 ... 201 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!