Giter Site home page Giter Site logo

remisultan / java-ml Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 5.64 MB

This repo intends to implement Machine Learning algorithms with Java and https://github.com/deeplearning4j/nd4j purely for understanding

License: The Unlicense

Java 99.56% Shell 0.44%

java-ml's Introduction

java-ml

This repo intends to implement Machine Learning algorithms with Java and https://github.com/deeplearning4j/nd4j purely for understanding

You can check for examples in this package: src/main/java/org/rsultan/example

Requirements

  • JDK16+

Getting started

Clone the repo and add the dependency according to your version

 $ git fetch --all --tags
 $ git checkout tags/<latest-release> -b <your-branch>  
 $ ./mvnw clean install

And then add the corresponding dependency

    <dependency>
      <groupId>org.rsultan</groupId>
      <artifactId>java-ml</artifactId>
      <version>[latest-version]</version>
    </dependency>

Once your are good with this, you can go read the wiki

You can also check the examples in the java-ml-example module.

Good luck !

java-ml's People

Contributors

remisultan avatar

Stargazers

 avatar

Watchers

 avatar

java-ml's Issues

dataframe.toMatrix() not casting negative numbers

Here is the regex which determines if a field is a number

private static final String NUMBER_REGEX = "^\\d+(\\.\\d+)*$";

private static final Pattern DOUBLE_VALUE_REGEX = Pattern.compile("\\d+\\.\\d+");

private static final Pattern LONG_VALUE_REGEX = Pattern.compile("\\d+");

We need to take into account negative numbers

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.