Skip to content

Commit

Permalink
updated README with caffe2 functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Jun 14, 2018
1 parent 0098f3e commit 9503c57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,7 @@ DeepDetect relies on external machine learning libraries through a very generic
| | Training | Prediction | Classification | Object Detection | Segmentation | Regression | Autoencoder | OCR / Seq2Seq |
|------------|----------|------------|----------------|-----------|-----------|------------|-------------|-------------|
| Caffe | Y | Y | Y | Y | Y | Y | Y | Y |
| Caffe2 | N | Y | N | N | N | N | N | N |
| XGBoost | Y | Y | Y | N | N | Y | N/A | N |
| Tensorflow | N | Y | Y | N | N | N | N | N |
| T-SNE | Y | N/A | N/A | N/A | N/A | N/A | N/A | N |
Expand All @@ -26,6 +27,7 @@ DeepDetect relies on external machine learning libraries through a very generic
| | Training | Prediction |
|------------|----------|------------|
| Caffe | Y | Y |
| Caffe2 | N | Y |
| XGBoost | Y | Y |
| Tensorflow | N | Y |
| T-SNE | Y | N |
Expand All @@ -35,6 +37,7 @@ DeepDetect relies on external machine learning libraries through a very generic
| | CSV | SVM | Text words | Text characters | Images |
|------------|-----|-----|------------|-----------------|--------|
| Caffe | Y | Y | Y | Y | Y |
| Caffe2 | N | N | N | N | Y |
| XGBoost | Y | Y | Y | N | N |
| Tensorflow | N | N | N | N | Y |
| T-SNE | Y | N | N | N | Y | (*)
Expand Down

0 comments on commit 9503c57

Please sign in to comment.