All Projects → pedrohserrano → machine-learning-use-cases

pedrohserrano / machine-learning-use-cases

Licence: other
Machine Learning Notebooks with Turicreate and Keras in a Docker Container

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to machine-learning-use-cases

yuuno
Yuuno = VapourSynth + Jupyter
Stars: ✭ 39 (+95%)
Mutual labels:  notebook
smart-city-analytics
Analyze large data sets collected from a long-range IoT system that uses LoRaWAN networking
Stars: ✭ 28 (+40%)
Mutual labels:  notebook
notesnook
A fully open source & end-to-end encrypted note taking alternative to Evernote.
Stars: ✭ 5,098 (+25390%)
Mutual labels:  notebook
jupyterlab-custom-css
Add custom CSS rules for JupyterLab
Stars: ✭ 32 (+60%)
Mutual labels:  notebook
fiap-ml-visao-computacional
Repositório dos exemplos e desafios utilizados na disciplina de Visão Computacional do curso de MBA Machine Learning da FIAP
Stars: ✭ 33 (+65%)
Mutual labels:  notebook
MineColab
Run Minecraft Server on Google Colab.
Stars: ✭ 135 (+575%)
Mutual labels:  notebook
manning tf2 in action
The official code repository for "TensorFlow in Action" by Manning.
Stars: ✭ 61 (+205%)
Mutual labels:  notebook
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+230%)
Mutual labels:  notebook
gorilla-repl
A fork of Jony Epsilon's rich REPL for Clojure in the notebook style.
Stars: ✭ 22 (+10%)
Mutual labels:  notebook
go-notebook
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
Stars: ✭ 33 (+65%)
Mutual labels:  notebook
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (+50%)
Mutual labels:  notebook
Codex
A free note-taking software for programmers and Computer Science students
Stars: ✭ 242 (+1110%)
Mutual labels:  notebook
jupyterlab plotly
This repository is deprecated. The extension has moved to https://github.com/jupyterlab/jupyter-renderers
Stars: ✭ 16 (-20%)
Mutual labels:  notebook
hub
Public reusable components for Polyaxon
Stars: ✭ 8 (-60%)
Mutual labels:  notebook
MDAPL
The de facto standard for people who are looking to learn Dyalog APL from a book. This updated version is a work in progress.
Stars: ✭ 24 (+20%)
Mutual labels:  notebook
iterative-grabcut
This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.
Stars: ✭ 35 (+75%)
Mutual labels:  notebook
xp
A framework (comand line tool + libraries) for creating flexible compute pipelines
Stars: ✭ 54 (+170%)
Mutual labels:  notebook
text-rnn-tensorflow
Tutorial: Multi-layer Recurrent Neural Networks (LSTM, RNN) for text models in Python using TensorFlow.
Stars: ✭ 22 (+10%)
Mutual labels:  notebook
idr-notebooks
Jupyter Notebooks for the Image Data Resource
Stars: ✭ 14 (-30%)
Mutual labels:  notebook
LearningPath
Learning repository
Stars: ✭ 143 (+615%)
Mutual labels:  notebook

Machine Learning Use Cases

Docker FOSSA Status

Disclaimer: All of the data are either totally public or made up, it turns out they are not for any commercial purpose.

  • Here you can find nice notebooks with machine learning use cases built on turicreate 0.11.0
  • There is also available the notebooks used on machine learning course of ITAM Data Sciene
  • Turicreate is the new version of graphlab create library, in the meantime certain modules as shows or any visualization are only available on macOS, to know more here

Usage

Install Docker then go to your shell and verify is well installed docker -h

Clone this repository

git clone https://github.com/pedrohserrano/machine-learning-use-cases.git && \
cd machine-learning-use-cases/

Build the Docker image

docker build -t ml/turicreate .

Run the container

docker run -it -p 8888:8888 -v "$PWD":/home/jovyan --name=turi ml/turicreate

Note: When you run the container the notebook is going to be activated, so you have to access the link is pop up on the console

http://0.0.0.0:8888/?token=<SOME-RANDOM-TOKEN-SHOWED-IN-CONSOLE>

To exit the container simply exit the kernel (after save your results) ctrl + c then to activate the container again

docker start -ai turi

Optional

It's possible to run a complete environment with different kernels, more info here, note that this environment does not content turicreate.

docker run -it -p 8888:8888 -v "$PWD":/home/jovyan --name=jupyterlab jupyter/datascience-notebook start.sh jupyter lab

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].