码迷,mamicode.com
首页 >  
搜索关键字:deep learning    ( 5395个结果
learning english by picture-airport
(A)Check-In(办理登机手续) (1)ticket:机票 (2)ticket counter:检票柜台,票务柜台 (3)ticket agent:票务员 (4)suitcase:手提箱 (5)arrival and departure monitor:班机抵达出发时间屏 (B)Securit ...
分类:其他好文   时间:2021-07-05 16:49:44    阅读次数:0
Learning English By Picture-Traffic Sign
Traffic Signs(交通标志) (1)stop:停车标志 (2)no left turn:禁止左转弯 (3)no right turn:禁止右转弯 (4)no U-turn:禁止掉头 (5)right turn only:只允许右转 (6)do not enter:禁止驶入 (7)one w ...
分类:其他好文   时间:2021-07-05 16:47:38    阅读次数:0
Learning: a Lifelong Career
PASSAGE 2: Learning: a Lifelong Career As food is to the body, so is learning to the mind. Our bodies grow and muscles develop with the intake of food ...
分类:其他好文   时间:2021-07-01 17:15:13    阅读次数:0
27.Python:函数的定义与调用
# Python learning# coding:utf-8# 1.函数的定义""" def 函数名(参数1, 参数2, 参数3,……): 函数体 return 值 函数名() # 调用函数"""# 形式1:无参函数# def func():# print("hahaha")## func()# ...
分类:编程语言   时间:2021-06-25 17:20:07    阅读次数:0
23.Python:文件操作b模式
# Python learning# coding:utf-8"""t: 1.读写都是以字符串(unicode)为单位 2.只能针对文件 3.必须指定字符编码,即必须指定encoding参数b:binary模式 1.读写都是以bytes为单位 2.可以针对所有文件 3.一定不能指定字符编码,即不能指 ...
分类:编程语言   时间:2021-06-25 17:14:26    阅读次数:0
24.Python:操作文件的其他方法
# Python learning# coding:utf-8# 1.读相关操作# f.readline() 读一行# with open(r"a.txt", mode="rt", encoding="utf-8") as f: # res1 = f.readline() # res2 = f.re ...
分类:编程语言   时间:2021-06-25 17:14:08    阅读次数:0
【预测模型】基于matlab BP神经网络混凝土强度预测【含Matlab源码 695期】
一、简介 1 概述 BP(Back Propagation)神经网络是1986年由Rumelhart和McCelland为首的科研小组提出,参见他们发表在Nature上的论文 Learning representations by back-propagating errors 。 BP神经网络是一 ...
分类:其他好文   时间:2021-06-22 17:51:15    阅读次数:0
【树叶分类】基于matlab GUI BP神经网络植物叶片识别分类【含Matlab源码 916期】
一、简介 1 概述 BP(Back Propagation)神经网络是1986年由Rumelhart和McCelland为首的科研小组提出,参见他们发表在Nature上的论文 Learning representations by back-propagating errors 。 BP神经网络是一 ...
分类:其他好文   时间:2021-06-21 20:11:05    阅读次数:0
vue中如何深度监听一个对象?
大家都知道,Vue项目中对数据的监听,提供了一个很好的钩子watch,watch可以极其方便的监听我们常用数据类型值的变化,但通常当我们想监听一个对象中,某个属性值的变化时,很难达到我们预期的效果。那么如何实现对象属性的深度监听呢? vue中提供了在watch监听时设置deep:true 就可以实现 ...
分类:其他好文   时间:2021-06-17 16:54:33    阅读次数:0
Markdown
Markdown learning h2 h3 h4 font hello,world! hello,world! hello,world! hello,world! hello,world! hello,world! quote choose Java, split lines picture h ...
分类:其他好文   时间:2021-06-17 16:39:11    阅读次数:0
5395条   1 2 3 4 ... 540 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!