码迷,mamicode.com
首页 >  
搜索关键字:deep learning模型    ( 2007个结果
500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
一个好的项目名能让你一眼就知道它是什么。500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code,字如其名,是一个旨在收录 500+ 相关 AI 机器学习、深度学习、计算机视觉、NLP 项目代码的项目。而 ...
分类:系统相关   时间:2021-02-01 12:56:11    阅读次数:0
02.image recognition,logistic regression
Working with Images & Logistic Regression in PyTorch Part 3 of "Deep Learning with Pytorch: Zero to GANs" This tutorial series is a hands-on beginner- ...
分类:其他好文   时间:2021-01-30 12:20:31    阅读次数:0
01. linear regression正文
Gradient Descent and Linear Regression with PyTorch Part 2 of "Deep Learning with Pytorch: Zero to GANs" This tutorial series is a hands-on beginner-f ...
分类:其他好文   时间:2021-01-30 12:07:44    阅读次数:0
Learning Deep Interleaved Networks with Asymmetric Co-Attention for Image Restoration
论文:https://arxiv.org/abs/2010.15689 代码:https://github.com/lifengshiwo/DIN 1. Introduction 作者提出当前图像修复方法中非常关键的问题是:Hierarchical features under different ...
分类:Web程序   时间:2021-01-26 12:25:13    阅读次数:0
2021论文阅读索引
1、图像修复 【ARXIV 2020.10】Learning Deep Interleaved Networks with Asymmetric Co-Attention for Image Restoration ...
分类:其他好文   时间:2021-01-26 12:24:32    阅读次数:0
TPU 深入学习1
#参考链接 https://cloud.google.com/blog/products/ai-machine-learning/what-makes-tpus-fine-tuned-for-deep-learning #CPU、GPU、TPU区别 ##CPU CPU的最大好处是它的灵活性。凭借其冯 ...
分类:其他好文   时间:2021-01-25 11:32:10    阅读次数:0
二叉树的最大深度
dfs 题解前递归 根节点是0,变量保存最大深度,如果当前深度大于最大深度就更新,返回最大深度 var maxDepth = function(root) { let maxDeep = 0 //最大深度 let dg = (root,deep = 0) => { //deep当前深度 if(roo ...
分类:其他好文   时间:2021-01-20 12:06:48    阅读次数:0
Vue_使用watch监听对象的三种方法
data: { datas: { a: 77, b: 86 } } 使用deep:true深层次监听 'datas':{ handler:function(newVal){ console.log(this.datas); }, deep:true } 监听某一个具体的属性 'datas.a':{ ...
分类:其他好文   时间:2021-01-18 10:45:24    阅读次数:0
500 份源码合集——GitHub 热点速览 v.21.02
作者:HelloGitHub-小鱼干 GitHub 项目名,如同变量命名,一个好的项目名能让你一眼就知道它是什么。500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code,字如其名,是一个旨在收录 500 ...
分类:其他好文   时间:2021-01-13 11:17:53    阅读次数:0
[顶会论文]IROS2019机器人学习相关论文汇总
1.3D Deformable Object Manipulation Using Deep Neural Networks 摘要:由于其高二维性,可变形对象操纵是机器人技术中的一个难题。在本文中,我们提出了一种基于深度神经网络的控制器,以伺服控制具有未知变形特性的可变形物体的位置和形状。特别是,使 ...
分类:其他好文   时间:2020-12-28 10:51:58    阅读次数:0
2007条   上一页 1 2 3 4 5 ... 201 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!