Git Product home page Git Product logo

predictionio-template-classification-dl4j's Introduction

PredictionIO-template-classification-dl4j

Overview

A classification engine template that uses Deeplearning4j library.

The template was based on template-scala-parallel-classification.

##1. Install and run PredictionIO First you need to install PredictionIO 0.9.2 (if you haven't done it). Let's say you have installed PredictionIO at /home/yourname/PredictionIO/. For convenience, add PredictionIO's binary command path to your PATH, i.e. /home/yourname/PredictionIO/bin

PATH=$PATH:/home/yourname/PredictionIO/bin; export PATH

Once you have completed the installation process, please make sure all the components (PredictionIO Event Server, Elasticsearch, and HBase) are up and running.

pio-start-all

For versions before 0.9.1, you need to individually get the PredictionIO Event Server, Elasticsearch, and HBase up and running.

You can check the status by running:

pio status

##2. Get the template

pio template get detrevid/template-classification-dl4j <YourEngineDir>
cd <YourEngineDir>

##3. Set up deeplearning4j Since the newest release the template uses dl4j from official maven repository, so there is no need for manually setting up the library.

Be aware that it may change in the future and the template may go back to using latest github version of dl4j.

If you want to use latest version of dl4j anyway, you can fallow the instructions here: HOWTO.

##4. Next steps Follow Quick Start - Classification Engine Template starting from the 3. subsection.

##5. Learn more You can learn more about Deeplearning4j studying examples.

predictionio-template-classification-dl4j's People

Contributors

detrevid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

predictionio-template-classification-dl4j's Issues

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.