kaggledatasets Star Here are 12 public repositories matching this topic... Language: All Sort: Most stars sumitgirwal / pokemon-dataset-data-analysis Star 2 Code Issues Pull requests This is a simple analysis of Pokemon dataset from Kaggle using Python , NumPy, Pandas, and Matpl...
Step 1. Create a Kaggle Account If you don’t already have a Kaggle account, the first step is to create one. Go toKaggle’s websiteand sign up using your email address or social media accounts. Once you’re logged in, you’ll have access to a wide variety of datasets. ...
We just releasedKaggle Datasets, a new section of the site that will provide a home for datasets that aren't associated with machine learning competitions. As a data scientist, most datasets you work with have many others that have worked with them before. However, their work isn't systematic...
在Kaggle网站上搜索开放数据集: 在Kaggle的首页,你可以看到“Datasets”标签。点击这个标签,你会进入到一个包含各种数据集的页面。 你可以在搜索框中输入你感兴趣的关键词,比如“machine learning”或者特定的领域(如“healthcare”、“finance”等),来搜索相关的数据集。 筛选与机器学习相关的数据集: 在搜索结果...
【Kaggle社区年终总结:6k+ datasets/107k+ kernels】《Your Year on Kaggle: Most Memorable Community Stats from 2017 | No Free Hunch》bhttp://t.cn/RH59DUX
“Kaggle Datasets Awards reward your contributions to open data science.” http://t.cn/R9x7jiy
匿名 描述 数据列表 数据名称上传日期大小下载 文档 目录
import opendatasets as od dataset_url = 'https://www.kaggle.com/tunguz/us-elections-dataset' od.download('https://www.kaggle.com/tunguz/us-elections-dataset') dataset_urlcan also point to a public Google Drive link or a raw file URL. ...
As per the Kaggle website, there are over 50,000 public datasets and 400,000 public notebooks available. Every day a new dataset is uploaded on Kaggle. Each dataset is a small community where one can discuss data, find relevant public code or create your projects in Kernels. Sometimes, ...
https://www.kaggle.com/datasets/atefehmirnaseri/cell-phone-price/data 数据集为手机价格范围的四分类任务 本项目展示了四种多重感知机MLP及不同参数初始化方式的搭配演示,分别为 cell_ph.py:演示了6层MLP加上sigmoid激活,效果最好,效果图为loss_acc1.png cell_ph1.py:演示了6层MLP加上层归一化,sigmoid激...