码迷,mamicode.com
首页 >  
搜索关键字:machine learning    ( 8472个结果
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
How to add the custom nuget feed to TeamCity build?
The NuGet package sources are configured through Visual Studio, but they're stored in a per-user configuration file, found at c:\Users\$USER\AppData\R ...
分类:其他好文   时间:2021-06-24 18:32:12    阅读次数:0
Mac如何删除已经安装的jdk环境
1.删除运行路径和运行环境等 sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin 输入密码: sudo rm -fr /Library/PreferencesPanes/JavaControlPanel.prefPane s ...
分类:系统相关   时间:2021-06-24 17:35:34    阅读次数: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
arcgis 无效的主机名
我给你说吧,这里先放着。然后去编写个文件:把ArcGIS的许可指到本机(服务设为@localhost或者机器名),通过修改注册表实现。64位机器,使用这个:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432 ...
分类:其他好文   时间:2021-06-18 19:51:44    阅读次数: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
Dive into deep learning 环境配置
基础环境 Windows 10系统 Anaconda3 Python3.9(Anaconda带) 步骤 下载文件包: https://zh.d2l.ai/d2l-zh-1.1.zip 解压后,修改 enviroment.yml ,添加 - pip 在树根 修改到清华镜像,并刷新。教程在:https: ...
分类:其他好文   时间:2021-06-15 18:23:34    阅读次数:0
TVM 各个模块总体架构
TVM 各个模块总体架构 Deploy Deep Learning Everywhere Existing Deep Learning Frameworks Limitations of Existing Approach Learning-based Learning System Problem ...
分类:其他好文   时间:2021-06-13 10:33:25    阅读次数:0
2019年去噪声Paper
2019 Model Published Code Title GRDN CVPR2019 Code GRDN: Grouped Residual Dense Network for Real Image Denoising and GAN-based Real-world Noise Modeli ...
分类:其他好文   时间:2021-06-13 09:33:20    阅读次数:0
8472条   上一页 1 2 3 4 ... 848 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!