登录
首页 » Python » 《深度学习与图像识别:原理与实践》 代码

《深度学习与图像识别:原理与实践》 代码

于 2020-12-29 发布
0 212
下载积分: 1 下载次数: 4

代码说明:

说明:  《深度学习与图像识别:原理与实践》 及内容实现python代码("Deep learning and image recognition: principle and practice" and content implementation of Python code)

文件列表:

《深度学习与图像识别:原理与实践》 代码\《深度学习与图像识别》.azw3, 8051775 , 2020-03-13
《深度学习与图像识别:原理与实践》 代码\《深度学习与图像识别》.epub, 7238603 , 2020-03-13
《深度学习与图像识别:原理与实践》 代码\《深度学习与图像识别原理与实践》.mobi, 8042397 , 2020-03-13
《深度学习与图像识别:原理与实践》 代码\《深度学习与图像识别原理与实践》.pdf, 9746270 , 2020-10-30
《深度学习与图像识别:原理与实践》 代码\新建文本文档.txt, 10 , 2020-10-30
《深度学习与图像识别:原理与实践》 代码\第10章.txt, 20634 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第11章.txt, 13886 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第12章.txt, 8715 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第3章.txt, 11245 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第4章.txt, 5758 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第5章.txt, 5684 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第6章.txt, 6171 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第7章.txt, 6289 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第8章.txt, 9679 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\第9章.txt, 30970 , 2019-08-13
《深度学习与图像识别:原理与实践》 代码\郭泓佚.docx, 18181 , 2020-10-30
《深度学习与图像识别:原理与实践》 代码, 0 , 2020-10-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • login.Designer
    说明:  C#实现截屏 可区域截屏,或可全屏点ESC退出(C # Realize Screen Capture Area Screen Capture or Full Screen Point ESC Exit)
    2020-06-25 11:20:01下载
    积分:1
  • 基于SDN的负载均衡节能技术研究_姚晨
    利用SDN分布式实现了网络流量负载均衡的功能(The function of load balancing of network traffic is realized by using SDN)
    2017-11-17 16:27:56下载
    积分:1
  • C#修改Windows电脑的计算机名
    Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:   [DllImport("kernel32.dll")]   private static extern int SetComputerName(string ipComputerName);//重写API函数   private void Frm_Main_Load(object sender, EventArgs e)   {    Computer computer = new Computer();//创建计算机对象    textBox1.Text = computer.Name;//显示计算机名称   }   private void button1_Click(object sender, EventArgs e)   {    if (textBox2.Text == "")//判断计算机名称是否为空    {    MessageBox.Show("计算机名称不能为空!");    }    else    {    SetComputerName(textBox2.Text);//修改计算机名称    MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");    }   }
    2022-03-07 15:38:03下载
    积分:1
  • JumpPointSearch-master
    说明:  程序实现了带有预处理的挑点搜索算法,2014年提出算法。(The program realizes the point search algorithm with preprocessing, which was proposed in 2014.)
    2020-12-06 15:49:28下载
    积分:1
  • April 2006 National Computer Rank Examination two written questions and answers
    2006年4月全国计算机等级考试二级笔试试题及答案-April 2006 National Computer Rank Examination two written questions and answers
    2022-05-27 03:56:29下载
    积分:1
  • 大气湍流
    说明:  在多层共轭自适应光学中,采用相位屏模拟湍流的大气,用以研究湍流大气的最佳分层,确定层边界位置。文中提出了湍流大气的实验室相位屏模拟原理及相位屏个数与边界确定的仿真算法。仿真结果表明。可使用较少的相位屏模拟多层大气湍流,从而使系统结构简化。(In the multi-layer conjugate adaptive optics, the phase screen is used to simulate the turbulent atmosphere, so as to study the optimal stratification of the turbulent atmosphere and determine the boundary position of the layer. In this paper, the principle of phase screen simulation in turbulent atmosphere and the simulation algorithm of the number and boundary of phase screens are proposed. The simulation results show that. A few phase screens can be used to simulate multi-layer atmospheric turbulence, thus simplifying the system structure.)
    2020-05-01 17:02:37下载
    积分:1
  • 程序_光谱解混_修订
    高光谱数据光谱端元提取方法,和解混方法,包括PPI SGA VCA ATGP FCLS(Hyperspectral data spectral end element extraction method, conciliatory mixing method)
    2021-04-19 20:18:51下载
    积分:1
  • 21天JAVA学习! 21天JAVA学习!
    21天JAVA学习! 21天JAVA学习! -21 days JAVA learning! 21 days JAVA learning! 21 days JAVA learning! 21 days JAVA learning!
    2022-07-17 13:35:35下载
    积分:1
  • This is sap system in MM
    这个是sap系统中MM-一般设置-01设置国家-This is sap system in MM-General set up a national-01
    2022-04-09 19:44:28下载
    积分:1
  • 会滑动展开的图文菜单代码
    会滑动展开的图文菜单代码,需要点击后才展开的那种菜单,同时显示出菜单的文字提示,喜欢一些动画效果的网页设计者,或许对本款菜单比较感兴趣。
    2022-01-28 07:39:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载