Pinned Repositories
Algorithms
A collection of algorithms
java-graphs
Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...
jknn
A Java implementation of the k-nearest neighbors algorithm
jlibsvm
Efficient training of Support Vector Machines in Java
kgraph
A library for k-nearest neighbor search
Logistic
Experimental logistic regression code supporting multiple result categories, many levels of categorical modeling variables, good optimization, L2 regularization and more.
LogisticRegression
Logistic regression from scratch in Python
ml-ease
ADMM based large scale logistic regression
NaiveBayesClassifier
JAVA implementation of Multinomial Naive Bayes Text Classifier.
RefAlgo
All Algorithms implemented in Python
ashorouq's Repositories
ashorouq/Algorithms
A collection of algorithms
ashorouq/java-graphs
Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...
ashorouq/jknn
A Java implementation of the k-nearest neighbors algorithm
ashorouq/jlibsvm
Efficient training of Support Vector Machines in Java
ashorouq/kgraph
A library for k-nearest neighbor search
ashorouq/Logistic
Experimental logistic regression code supporting multiple result categories, many levels of categorical modeling variables, good optimization, L2 regularization and more.
ashorouq/LogisticRegression
Logistic regression from scratch in Python
ashorouq/ml-ease
ADMM based large scale logistic regression
ashorouq/NaiveBayesClassifier
JAVA implementation of Multinomial Naive Bayes Text Classifier.
ashorouq/RefAlgo
All Algorithms implemented in Python
ashorouq/RedesNeurais
Learning Vector Quantization and Multilayer-Perceptron neural networks algorithms implementations.
ashorouq/sparkboost
A distributed implementation of AdaBoost.MH and MP-Boost using Apache Spark