There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
📌 1. Compute the Mahalanobis distance from a centroid for a given set of training points. 2. Implement Radial Basis function (RBF) Gaussian Kernel Perceptron. 3. Implement a k-nearest neighbor (kNN) classifier