-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'add-new-classifiers' into 'master'
Add new classification algorithms See merge request !50
No related branches found
No related tags found
Pipeline #
Showing
- bob/pad/base/algorithm/MLP.py 145 additions, 0 deletionsbob/pad/base/algorithm/MLP.py
- bob/pad/base/algorithm/PadLDA.py 83 additions, 0 deletionsbob/pad/base/algorithm/PadLDA.py
- bob/pad/base/algorithm/__init__.py 4 additions, 0 deletionsbob/pad/base/algorithm/__init__.py
- bob/pad/base/test/test_algorithms.py 60 additions, 0 deletionsbob/pad/base/test/test_algorithms.py
- conda/meta.yaml 1 addition, 0 deletionsconda/meta.yaml
- doc/py_api.rst 1 addition, 0 deletionsdoc/py_api.rst
- requirements.txt 2 additions, 1 deletionrequirements.txt
bob/pad/base/algorithm/MLP.py
0 → 100644
bob/pad/base/algorithm/PadLDA.py
0 → 100644
... | ... | @@ -7,4 +7,5 @@ bob.bio.base |
bob.bio.video | ||
bob.learn.libsvm | ||
bob.learn.linear | ||
scikit-learn | ||
\ No newline at end of file | ||
bob.learn.mlp | ||
scikit-learn |
Please register or sign in to comment