https://github.com/samcfuchs/datasci
Miscellaneous data analysis projects
https://github.com/samcfuchs/datasci
Last synced: 2 months ago
JSON representation
Miscellaneous data analysis projects
- Host: GitHub
- URL: https://github.com/samcfuchs/datasci
- Owner: Samcfuchs
- Created: 2019-02-12T15:53:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T18:52:54.000Z (over 4 years ago)
- Last Synced: 2025-01-18T11:44:36.479Z (4 months ago)
- Language: Jupyter Notebook
- Size: 2.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Science Projects
Collected data science projects that aren't big enough to get their own
repository.## Digit Recognizer
[digit-recognizer](digit-recognizer)
Various classifiers built around the MNIST labeled digits dataset. Initially
started as an entry to [this Kaggle
competition](https://www.kaggle.com/c/digit-recognizer).## Wine Analysis
[wine-analysis](wine-analysis)
A brief analysis of wine quality I built with Ray Weng and Ben Stewart.
Demonstrates a number of different classifier models and their performance on
the dataset.## Breakfast Cereals
[breakfast-cereals](breakfast-cereals)
The data analysis that I submitted for my interview with the Cornell Data
Science project team. A (relatively deep) exploratory analysis of a dataset with
cereal nutritional information.