Skip to content

Kyo91/recipe-learners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Learners

This repository contains the results of experiments I conducted on a dataset of recipes by region. For more information, check out the IPython Notebook (ipynb) file.

Data Source

Dataset comes from: http://www.nature.com/articles/srep00196, a research paper on food pairings.

Direct download link: http://www.nature.com/article-assets/npg/srep/2011/111215/srep00196/extref/srep00196-s3.zip

Dependencies

This repository makes heavy use of the Scikit-Learn library for its classifiers, along with the Numpy and Pandas libraries for working with arrays and dataframes. All of these libraries come with Anaconda ( https://store.continuum.io/cshop/anaconda/ ) or can easily be installed through pip.

The Ipython Notebook has its own dependencies to run, which can be read about more here: https://jupyter.readthedocs.org/en/latest/install.html . My notebook also includes its own additional dependencies for creating graphs. These include Matplotlib and Seaborn. Again, each of these libraries are available through either pip or conda.

About

Some experiments I've done in getting ML algorithms to classify/cluster recipes and ingredients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages