码迷,mamicode.com
首页 >  
搜索关键字:datasets    ( 544个结果
python detect.py
python detect.py ...
分类:编程语言   时间:2020-01-06 19:20:32    阅读次数:265
吴裕雄--天生自然TensorFlow2教程:测试(张量)- 实战
import tensorflow as tf from tensorflow import keras from tensorflow.keras import datasets import os # do not print irrelevant information # os.enviro... ...
分类:其他好文   时间:2020-01-02 22:23:24    阅读次数:111
吴裕雄--天生自然TensorFlow2教程:数据加载
import tensorflow as tf from tensorflow import keras # train: 60k | test: 10k (x, y), (x_test, y_test) = keras.datasets.mnist.load_data() x.shape y.sh... ...
分类:其他好文   时间:2020-01-02 22:17:18    阅读次数:86
TFLearn实现深度残差收缩网络(MNIST数据集)
深度残差收缩网络是一种新颖的深度学习算法,实际上是深度残差网络的升级版本,能够在一定程度上提高深度学习方法在含噪数据上的特征学习效果。 首先,简单回顾一下深度残差网络,深度残差网络的基本模块如下图所示。相较于普通的卷积神经网络,深度残差网络引入了跨层的恒等映射,来减小模型训练的难度,提高准确率。 然 ...
分类:其他好文   时间:2019-12-28 22:54:46    阅读次数:138
15、cifar10
1 import tensorflow as tf 2 from tensorflow.keras import datasets, layers, optimizers, Sequential, metrics 3 from tensorflow import keras 4 import os ...
分类:其他好文   时间:2019-12-23 22:22:08    阅读次数:106
最新超简单解读torchvision
torchvision https://pytorch.org/docs/stable/torchvision/index.html#module-torchvision The torchvision package consists of popular datasets(数据集), model ...
分类:其他好文   时间:2019-12-16 12:57:21    阅读次数:899
Graph machine learning 工具
OGB: Open Graph Benchmark https://ogb.stanford.edu/ https://github.com/snap-stanford/ogb OGB is a collection of benchmark datasets, data-loaders and e ...
分类:系统相关   时间:2019-12-15 18:11:42    阅读次数:282
波士顿房价数据集
机器学习:波士顿房价数据集 波士顿房价数据集(Boston House Price Dataset)(下载地址:http://t.cn/RfHTAgY) 使用sklearn.datasets.load_boston即可加载相关数据。 from sklearn.datasets import load ...
分类:其他好文   时间:2019-12-15 16:40:53    阅读次数:515
NASA Metadata: tf-idf of Description Texts and Keywords
NASA Metadata: tf-idf of Description Texts and Keywords There are 32,000+ datasets at NASA, and NASA is interested in understanding the connections be ...
分类:Web程序   时间:2019-12-13 18:03:15    阅读次数:130
ComplexBrowser: a tool for identification and quantification of protein complexes in large-scale proteomics datasets(大规模蛋白组学数据集中鉴定和定量蛋白复合物)
文献名:ComplexBrowser: a tool for identification and quantification of protein complexes in large-scale proteomics datasets(大规模蛋白组学数据集中鉴定和定量蛋白复合物) 期刊名:Mo ...
分类:其他好文   时间:2019-12-10 13:29:04    阅读次数:117
544条   上一页 1 ... 13 14 15 16 17 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!