News

To solve these problems, we treat Softmax classification as vector quantization (VQ) with angular decision boundaries and propose angular deep supervised VQ (ADSVQ) for image retrieval. Our approach ...
In many classification scenarios, the data to be analyzed can be naturally represented as points living on the curved Riemannian manifold of symmetric positive-definite (SPD) matrices. Due to its ...
Support vector machines (SVMs) have become a popular technique in the chemometrics and bioinformatics field, and other fields, for the classification of complex data sets. Especially because SVMs are ...
Python code that creates the equation ax + by = 0 using the x and y values you provide, and visualizes it for you - mtehanMrT/visualization-of-linear-equations ...
This is my first university project in which I used Python and its libraries such as Numpy and Turtle. This simple application resolves the Linear Transformation of a vector and demonstrate it ...