Coder Social home page Coder Social logo

jlearn's Introduction

        _____   _____     ________       _       _______     ____  _____  
       |_   _| |_   _|   |_   __  |     / \     |_   __ \   |_   \|_   _| 
         | |     | |       | |_ \_|    / _ \      | |__) |    |   \ | |   
     _   | |     | |   _   |  _| _    / ___ \     |  __ /     | |\ \| |   
    | |__' | _  _| |__/ | _| |__/ | _/ /   \ \_  _| |  \ \_  _| |_\   |_  
    `.____.'(_)|________||________||____| |____||____| |___||_____|\____| 
                                                                      

brain

Machine Learning with J.

WIP Machine learning library, written in J. Various algorithm implementations, including MLPClassifiers, MLPRegressors, Mixture Models, K-Means, KNN, RBF-Network, Self-organizing Maps.

som_clusters

Implemented Algorithms

Algorithm Classification Regression Clustering Pattern Matching / Completion Other Notes
Multilayer Perceptron o o n/a n/a Batch SGD with choice of gradient optimizers.
Gaussian Processes x o n/a n/a
RBF Network o o n/a n/a
Decision Tree o x n/a n/a Regressor needs implementing.
AdaBoost Ensemble o x n/a n/a
Gaussian Mixtures n/a n/a o n/a
K-means / K-medians n/a n/a o n/a
Hierarchical Clustering n/a n/a o n/a Agglomerative clustering
K-nearest Neighbours n/a n/a o n/a
DBSCAN n/a n/a o n/a
Kd-tree o x o n/a
Self-Organizing Maps n/a n/a n/a o
Hopfield Networks n/a x n/a o
Restricted Boltzmann Machines o n/a n/a o Partial implementation.
Convolutional Neural Networks o n/a n/a n/a Experimental. 2D convolutions implemented.
Recurrent Neural Networks o x n/a n/a Experimental. LSTMs implemented.
PCA / KPCA n/a n/a n/a n/a o Dimensionality reduction.
Genetic Algorithm Solver n/a n/a n/a n/a o Optimization.
Symbolic Regression Solver n/a n/a n/a n/a o Function estimation.

Other features

Serialization

Models can be serialized to text files, with a mixture of text and binary packing. The size of the serialized file depends on the size of the model, but will probably range from 10 MB and upwards for NN models (including convnets and rec-nets).

jlearn's People

Contributors

jonghough 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.