non-linear-classification
There are 5 repositories under non-linear-classification topic.
Wickstrom/pattern-recognition-handbook
Material for the Pattern Recognition course FYS-3012 at UiT The Arctic University of Norway
jnikhilreddy/Implementation-of-Support-Vector-Machine
Contains code involving CS 503 - Lab 3 : Implementation of Support vector Machine.
zatafa/4_OC_AI_Credit_Risk_Model
Predict probability of default on credit
hanusri/Neural-Net
This project implements back propagation algorithm of neural networks. It handles binary classification on various real world dataset. It is implemented in java.
mark-antal-csizmadia/svm
Support Vector Machines (SVMs) from scratch, without dedicated packages, for the classification of linear and non-linear data.