Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tensorflow Examples | 42,312 | 7 months ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) | ||||||||||
Nlp Progress | 21,600 | 20 days ago | 49 | mit | Python | |||||
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks. | ||||||||||
Datasets | 16,304 | 9 | 208 | 19 hours ago | 52 | June 15, 2022 | 620 | apache-2.0 | Python | |
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools | ||||||||||
Vision | 14,032 | 2,306 | 1,413 | a day ago | 32 | June 28, 2022 | 905 | bsd-3-clause | Python | |
Datasets, Transforms and Models specific to Computer Vision | ||||||||||
Tensor2tensor | 13,663 | 82 | 11 | 2 days ago | 79 | June 17, 2020 | 589 | apache-2.0 | Python | |
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research. | ||||||||||
Fashion Mnist | 9,856 | a year ago | 24 | mit | Python | |||||
A MNIST-like fashion product database. Benchmark :point_down: | ||||||||||
Doccano | 7,779 | 3 days ago | 28 | May 19, 2022 | 242 | mit | Python | |||
Open source annotation tool for machine learning practitioners. | ||||||||||
Facets | 7,131 | 3 | 1 | 4 days ago | 3 | July 24, 2019 | 82 | apache-2.0 | Jupyter Notebook | |
Visualizations for machine learning datasets | ||||||||||
Awesome Project Ideas | 6,856 | 2 months ago | 1 | mit | ||||||
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas | ||||||||||
Techniques | 6,342 | 25 days ago | apache-2.0 | |||||||
Techniques for deep learning with satellite & aerial imagery |
Machine Learning to predict diabetes
The objective of the dataset is to diagnostically predict if a patient has diabetes, established on definite diagnostic quantities incorporated in the dataset.
Content The datasets consists of several medical predictor variables and one target variable, Outcome. Predictor variables includes the number of pregnancies the patient has had, their BMI, insulin level, age, and so on.
Dependencies include python libraries like
sklearn
matplotlib
pandas
seaborn
Classification models used
Decision Trees
Ramdom forest
Logistic Regression
SVM
Niave bayes
Logistic Regression
Ensemble Modeling
PS: Please do not forget to drop a star if you like it!
Data source: Kaggle