Git Product home page Git Product logo

ml4j-quickstart-demo's Introduction

ml4j-quickstart-demo

Demos illustrating ml4j-quickstart functionality... more demos to be added soon.

For showcases of more complex configurations, such as the InceptionV4 network, or the YOLOv2 network, please see:

https://github.com/ml4j/inception-v4-spring-demo

https://github.com/ml4j/yolo-v2-spring-demo

Quick Start

Download the jar though Maven:

<repository>
  <id>ml4j-snapshots</id>
  <url>https://raw.githubusercontent.com/ml4j/mvn-repository/master/snapshots</url>	
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository>
<dependency>
  <groupId>org.ml4j</groupId>
  <artifactId>ml4j-quickstart</artifactId>
  <version>2.0.0-SNAPSHOT</version>
</dependency>

Project Status

The ml4j-api-2.0.0.RC1 release candidate has now been released, and there are to be no planned changes to the API contract of any of the ml4j-api components before the ml4j-api-2.0.0 final release. Most of the changes left to be made to the api are for Javadoc and unit tests.

The implementations in the various impl projects are still in snapshot status (eg. ml4j-impl, ml4j-default-components ). These projects are almost fully functional, with a couple of exceptions - for example, while batch norm is available for graph networks (eg. Inception networks), it has not yet been implemented for sequential layer networks - also ResidualBlocks have not yet been implemented).

This remaining to-do functionality should be a matter of re-using the already written components from other parts of the project - however the recent focus has been on delivering a stable API contract in the ml4j-api-2.0.0.RC1 release.

The main technical debt with the impl projects is with unit testing and Javadoc, the coverage of which will need to be much higher before a stable impl release can be delivered.

The various demo projects have acted as integration tests throughout development - eg. the demos in following projects:

https://github.com/ml4j/inception-v4-spring-demo https://github.com/ml4j/yolo-v2-spring-demo https://github.com/ml4j/ml4j-neuralnets-demo

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.