classifier
classifier copied to clipboard
Machine learning code, derivatives calculation and optimization algorithms developed during the Machine Learning course at Universidade de Sao Paulo. All codes in Python, NumPy and Matplotlib with exa...
Results
1
classifier issues
Sort by
recently updated
recently updated
newest added
**Describe the bug** The problem appears on line 238 of file svm.py.In the original program, the formula for calculating the **self.bias** is as follows. # Compute the bias k =...