Code for our ICRA paper "Autonomous Navigation in Unknown Environments with Sparse Kernel-based Occupancy Mapping"
-
Updated
Oct 28, 2020 - Python
Code for our ICRA paper "Autonomous Navigation in Unknown Environments with Sparse Kernel-based Occupancy Mapping"
A set of perceptron algorithms
📌 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
Classification on the Web Spam Dataset using Percepton and Kernel Perceptron with Polynomial, Gaussian, Exponential and Laplacian Kernels.
Numpy from-scratch implementation of ML Algorithms: Kernel Perceptron, kNN, MLP, and more
Built from scratch SVM, Kernel Perceptron and Neural Network implemented to recognize handwritten digits from the mnist dataset. Includes jupyter notebook of code, mnist handwritten digit data and a PDF of the code & results.
Implementazione dell'algoritmo di classificazione Perceptron in forma duale, con l'utilizzo delle funzioni kernel: lineare, polinomiale ed RBF
Add a description, image, and links to the kernel-perceptron topic page so that developers can more easily learn about it.
To associate your repository with the kernel-perceptron topic, visit your repo's landing page and select "manage topics."