An open API service indexing awesome lists of open source software.

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

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.