Coder Social home page Coder Social logo

ennatesml's Introduction

mlMonk

A Java framework for practicing Machine Learning algorithms. The idea is to implement ML algorithms using a high level programming language. I have written the code to extract, load and transform the data into internal classes that you can easily play with.

Class Data - is the building block for mlMonk - it will hold a single row of numeric data and a String representing a classId. The numeric features are held in a Double[] called fields, its length is stored in a separate variable called numFields and classId is the variable representing the classification or original label of your sample.

For e.g. when you load the file Iris.data.txt into the mlMonk framework - will load it into List trainingData and List testingData respectively. Each element in these lists is of the type Data - so a single row of data such as the one shown below:

5.0,3.6,1.4,0.2,Iris-setosa

is held in Data as Double[] fields = {5.0d,3.6d,1.4d,0.2d}; numFields = 4; and classId = "Iris-setosa"

All operations that follow operate on this basic building block.

Please email any questions to [email protected]

ennatesml's People

Contributors

mo3pheus avatar

Stargazers

Avishkar Nikale avatar Nithin Ankam avatar

Watchers

James Cloos avatar Kesava avatar Jitendra Malakalapali avatar Nishant Sharma avatar Sai Sravya avatar  avatar Akarshan Kumar avatar Shashank Shekhar Shrivastava avatar Jay D avatar  avatar Prashanth Molakala avatar

Forkers

kesavasreeram

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.