http://archive.ics.uci.edu/ml/datasets.php https://www.openml.org/d/179 机器学习数据库
数据集地址: https://archive.ics.uci.edu/ml/datasets.html 另一个来自加州大学信息与计算机科学学院的大型资源库,包含100多个数据集。 用户可以找到单变量和多变量时间序列数据集,分类、回归或推荐系统的数据集。 有些UCI的数据集已经是被清洗过的。 4、谷歌数据集搜索引擎 数据集地址: https://toolbox.google...
网址: https://archive.ics.uci.edu/ml/datasets.html 这是加州大学信息与计算机科学学院的一个数据库,包含了100多个数据集。它根据机器学习问题的类型对数据集进行分类。你可以找到单变量、多变量、分类、回归或者是推荐系统的数据集。UCI的某些数据集已经更新完毕并准备使用。 4-谷歌的数据集搜索引擎: 网址: http...
https://archive.ics.uci.edu/ml/datasets.php 标签:datasets 技术研究与问题解决 粉丝-36关注 -18 +加关注 0 0 升级成为会员
Classify spambase dataset: https://archive.ics.uci.edu/ml/datasets/Spambase - sampepose/SpamClassifier
https://archive.ics.uci.edu/ml/datasets/Spambase 自动驾驶 Berkeley DeepDrive BDD100k:目前最大的自动驾驶数据集,包含超过100,000个视频,其中包括一天中不同时段和天气条件下超过1,100小时的驾驶体验。其中带注释的图像来自纽约和旧金山地区。 http://bdd-data.berkeley.edu/ ...
一、 数据说明: Pima Indians Diabetes Data Set(皮马印第安人糖尿病数据集) 根据现有的医疗信息预测5年内皮马印第安人糖尿病发作的概率。 数据链接:https://archive.ics.uci.edu/ml/datasets/Pima+Indians+Diabetes 首先我对数据进行了数据探索和数据工程, ...
This repository shows the implementation of a multilayer perceptron making use of tensorflow in python in a toy dataset to detect fertility issue. Tensorflow Python The dataset was downloaded from https://archive.ics.uci.edu/ml/datasets/Fertili
http://www.google.com/Top/Computers/Artificial_Intelligence/Machine_Learning/Datasets/ 加州大学尔湾分校化学信息学数据集 http://cdb.ics.uci.edu/cgibin/LearningDatasetsWeb.py 多伦多大学代尔福实验室数据集 http://www.cs.toronto.edu/~delve/data/datasets.html ...
我们将使用 UCI 机器学习库(https://archive.ics.uci.edu/ml/index.php)中的 Wine Quality Data Set。这些数据实际上是由两个数据集组成的,这两个数据集描述了葡萄牙「Vinho Verde」葡萄酒中红色和白色酒的各种成分。本文中的所有分析都在我的 GitHub 存储库中,你可以用 Jupyter Notebook 中的代码来尝试一下...