KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dag-svm
★ 12
Open GitHub ↗
MATLAB implementation of DAG SVM
Download README (.md)
Explore Similar Repositories
longitudinal-notebooks
:
No description available.
shopping-list-app
:
[WIP] Shopping List App. Created during the Girl Develop It Hackathon at Audible.
automl-genetic
:
Applying genetic programming to AutoML https://travis-ci.org/deil87/automl-genetic.svg?branch=master
blur_desktop
:
纯html实现类似mac os 动态高斯模糊效果
Persian-Compiler
:
~ Just Another Persian Compiler
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dag-svm
?
Download (.md)
# DAG SVM An implementation of the Directed Acyclic Graph Support Vector Machine (DAG SVM) (https://papers.nips.cc/paper/1773-large-margin-dags-for-multiclass-classification.pdf) I implemented a DAG SVM in MATLAB using a 6-degree polynomial kernel function with regularization parameter c=10. The accuracy for my implementation is 93.7% on the MNIST test set with 1000 test cases. By using an 8-degree polynomial kernel function with regularization parameter c=10, I was able to achieve 94.4% accuracy on the same test set.