Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for Algorithms Vector
GitHub Repo https://github.com/KevinCoble/AIToolbox

KevinCoble/AIToolbox

A toolbox of AI modules written in Swift: Graphs/Trees, Support Vector Machines, Neural Networks, PCA, K-Means, Genetic Algorithms
GitHub Repo https://github.com/wolkykim/qlibc

wolkykim/qlibc

qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
GitHub Repo https://github.com/karpathy/svmjs

karpathy/svmjs

Support Vector Machine in Javascript (SMO algorithm, supports arbitrary kernels) + GUI demo
GitHub Repo https://github.com/dominicplouffe/HorseRacingPrediction

dominicplouffe/HorseRacingPrediction

Using Support Vector regression algorithm to predict horse racing results
GitHub Repo https://github.com/drewwilimitis/hyperbolic-learning

drewwilimitis/hyperbolic-learning

Implemented Machine Learning Algorithms in Hyperbolic Geometry (MDS, K-Means, Support vector machines, etc.)
GitHub Repo https://github.com/deborausujono/word2vecpy

deborausujono/word2vecpy

Python implementation of CBOW and skip-gram word vector models, and hierarchical softmax and negative sampling learning algorithms
GitHub Repo https://github.com/erikd/vector-algorithms

erikd/vector-algorithms

No repository description available.
GitHub Repo https://github.com/alexklibisz/elastiknn

alexklibisz/elastiknn

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
GitHub Repo https://github.com/PX4/eigen

PX4/eigen

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
GitHub Repo https://github.com/ksopyla/svm_mnist_digit_classification

ksopyla/svm_mnist_digit_classification

MNIST digit classification with scikit-learn and Support Vector Machine (SVM) algorithm.