4 projects
single-hurnet
Example of construction of an Artificial Neural Network with the single-layer HurNet architecture for two-dimensional numerical matrices.
sapiensqa
SapiensQA (Question and Answer) is a proprietary Machine Learning algorithm for creating Natural Language Processing models where the answers are previously known.
sapiensnb
SapiensNB (Naive Bayes) is a classification algorithm that returns a probabilistic result based on Bayes Theorem.
sapiensknn
SapiensKNN (K-Nearest Neighbors) is an algorithm for classification and regression that returns the result based on the Euclidean distance between the input values.