GithubHelp home page GithubHelp logo

ludwig-intro's Introduction

Getting to know Ludwig

Ludwig is a Python tool for code-free deep learning.

  1. Official Ludwig GitHub
  2. Official Ludwig website

Getting started

To follow, one needs a laptop with Miniconda (a minimal version of Anaconda) and Ludwig installed.

Downloading and installing Miniconda

Please go to the Anaconda website. Download and install the latest Miniconda version for Python 3.6 for your operating system.

wget <http:// link to miniconda>
sh <miniconda .sh>

After that, type:

conda --help

Create isolated Miniconda environment

Copy following into a file named environment.yaml:

name: hello-ludwig
channels:
  - conda-forge
dependencies:
  - python=3.6
  - pip:
    - ludwig
    - jupyter

then do:

conda env create -f environment.yml
source activate hello-ludwig

Enable Miniconda kernel in Jupyter

To make newly created miniconda environment visible in the Jupyter, install ipykernel:

python -m ipykernel install --user --name hello-ludwig --display-name "Hello, Ludwig"

Read official Ludwig user guide

https://uber.github.io/ludwig/user_guide/

We will be looking into text classification and time series forecasting examples closely following https://uber.github.io/ludwig/examples/

#export KMP_DUPLICATE_LIB_OK=True

ludwig-intro's People

Contributors

asvyatkovskiy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.