non-linear-classification
There are 4 repositories under non-linear-classification topic.
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.