Skip to content

Apple Turi Create Machine Learning and Artificial Neural Networks framework Examples

License

Notifications You must be signed in to change notification settings

loretoparisi/apple-turicreate-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apple-turicreate-examples

Apple Turi Create Machine Learning Examples. Please refers to the Turi Create documentation for more info.

Requirements

You will need virtualenv to run this repo.

pip install virtualenv

How to Install

git clone https://github.com/loretoparisi/apple-turicreate-examples.git
cd apple-turicreate-examples/
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

How to Run

To run the examples just install, enter the example folder and follow the instructions.

Movies Recommender

To train a movie database recommender. Apple Tutorial available here

cd recommender/
python train.py

About

Apple Turi Create Machine Learning and Artificial Neural Networks framework Examples

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages