http://archive.ics.uci.edu/ml/datasets.php https://www.openml.org/d/179 机器学习数据库
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
我们将使用 UCI 机器学习库(https://archive.ics.uci.edu/ml/index.php)中的 Wine Quality Data Set。这些数据实际上是由两个数据集组成的,这两个数据集描述了葡萄牙「Vinho Verde」葡萄酒中红色和白色酒的各种成分。本文中的所有分析都在我的 GitHub 存储库中,你可以用 Jupyter Notebook 中的代码来尝试一下!
Using various classifiers to classify red and white wine quality as good, mediocre, or bad. Dataset found here: https://archive.ics.uci.edu/ml/datasets/wine+quality - kying18/wine-classification
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
一、 数据说明: Pima Indians Diabetes Data Set(皮马印第安人糖尿病数据集) 根据现有的医疗信息预测5年内皮马印第安人糖尿病发作的概率。 数据链接:https://archive.ics.uci.edu/ml/datasets/Pima+Indians+Diabetes 首先我对数据进行了数据探索和数据工程, ...
The data set has been taken from UCI data set archive. The file Bike_sharing.ipynb contains the simple Linear Regression Model. === Bike Sharing Dataset === Hadi Fanaee-T Laboratory of Artificial Intelligence and Decision Support (LIAAD), University of Porto INESC Porto, Campus da FEUP Rua...
一、 数据说明: Pima Indians Diabetes Data Set(皮马印第安人糖尿病数据集) 根据现有的医疗信息预测5年内皮马印第安人糖尿病发作的概率。 数据链接:https://archive.ics.uci.edu/ml/datasets/Pima+Indians+Diabetes 首先我对数据进行了数据探索和数据工程, ...