DeepDetect (https://www.deepdetect.com/) adalah API pembelajaran mesin dan server yang ditulis dalam C ++ 11. Itu membuat pembelajaran mesin canggih mudah dikerjakan dan diintegrasikan ke dalam aplikasi yang ada. Ini memiliki dukungan untuk pelatihan dan inferensi, dengan konversi otomatis ke platform tertanam dengan Tensorrt (NVIDIA GPU) dan NCNN (ARM CPU).
Ini mengimplementasikan dukungan untuk pembelajaran mendalam yang diawasi dan tidak diawasi dari gambar, teks, rangkaian waktu dan data lainnya, dengan fokus pada kesederhanaan dan kemudahan penggunaan, pengujian dan koneksi ke dalam aplikasi yang ada. Ini mendukung klasifikasi, deteksi objek, segmentasi, regresi, autoencoders, ...
Dan itu bergantung pada perpustakaan pembelajaran mesin eksternal melalui API yang sangat umum dan fleksibel. Saat ini memiliki dukungan untuk:
Silakan bergabung dengan komunitas di Gitter, di mana kami membantu pengguna menyelesaikan dengan instalasi, API, jaring saraf dan koneksi ke aplikasi eksternal.
| Tipe Bangun | STABIL | Mengembangkan |
|---|---|---|
| SUMBER |
Semua gambar docker deepDetect tersedia dari https://docker.jolibrain.com/.
curl -X GET https://docker.jolibrain.com/v2/_catalog
deepdetect_cpu : curl -X GET https://docker.jolibrain.com/v2/deepdetect_cpu/tags/list
Fitur utama
Fungsi pembelajaran mesin per perpustakaan
Instalasi
Model siap digunakan
Ekosistem
Dokumentasi:
Demo:
Alat kinerja dan laporan yang dilakukan pada desktop NVIDIA dan GPU tertanam, bersama dengan Raspberry Pi 3.
Referensi
Penulis
| Caffe | Caffe2 | Xgboost | Tensorrt | Ncnn | Libtorch | Tensorflow | T-sne | Dlib | |
|---|---|---|---|---|---|---|---|---|---|
| Porsi | |||||||||
| Pelatihan (CPU) | Y | Y | Y | N/a | N/a | Y | N | Y | N |
| Pelatihan (GPU) | Y | Y | Y | N/a | N/a | Y | N | Y | N |
| Inferensi (CPU) | Y | Y | Y | N | Y | Y | Y | N/a | Y |
| Inferensi (GPU) | Y | Y | Y | Y | N | Y | Y | N/a | Y |
| Model | |||||||||
| Klasifikasi | Y | Y | Y | Y | Y | Y | Y | N/a | Y |
| Deteksi Objek | Y | Y | N | Y | Y | N | N | N/a | Y |
| Segmentasi | Y | N | N | N | N | N | N | N/a | N |
| Regresi | Y | N | Y | N | N | Y | N | N/a | N |
| Autoencoder | Y | N | N/a | N | N | N | N | N/a | N |
| NLP | Y | N | Y | N | N | Y | N | Y | N |
| OCR / SEQ2SEQ | Y | N | N | N | Y | N | N | N | N |
| Seri-time | Y | N | N | N | Y | Y | N | N | N |
| Data | |||||||||
| CSV | Y | N | Y | N | N | N | N | Y | N |
| SVM | Y | N | Y | N | N | N | N | N | N |
| Kata teks | Y | N | Y | N | N | N | N | N | N |
| Karakter Teks | Y | N | N | N | N | N | N | Y | N |
| Gambar | Y | Y | N | Y | Y | Y | Y | Y | Y |
| Seri-time | Y | N | N | N | Y | N | N | N | N |
| Caffe | Tensorflow | Sumber | Akurasi Top-1 (ImageNet) | |
|---|---|---|---|---|
| Alexnet | Y | N | BVLC | 57,1% |
| Squeezenet | Y | N | Deepscale | 59,5% |
| Inception v1 / googlenet | Y | Y | BVLC / Google | 67,9% |
| Inception v2 | N | Y | 72,2% | |
| Inception v3 | N | Y | 76,9% | |
| Inception v4 | N | Y | 80,2% | |
| Resnet 50 | Y | Y | Msr | 75,3% |
| Resnet 101 | Y | Y | Msr | 76,4% |
| Resnet 152 | Y | Y | Msr | 77% |
| Inception-Resnet-V2 | N | Y | 79,79% | |
| VGG-16 | Y | Y | Oxford | 70,5% |
| VGG-19 | Y | Y | Oxford | 71,3% |
| Resnext 50 | Y | N | https://github.com/terrychenism/resnext | 76,9% |
| Resnext 101 | Y | N | https://github.com/terrychenism/resnext | 77,9% |
| Resnext 152 | Y | N | https://github.com/terrychenism/resnext | 78,7% |
| Densenet-121 | Y | N | https://github.com/shicai/densenet-caffe | 74,9% |
| Densenet-161 | Y | N | https://github.com/shicai/densenet-caffe | 77,6% |
| Densenet-169 | Y | N | https://github.com/shicai/densenet-caffe | 76,1% |
| Densenet-201 | Y | N | https://github.com/shicai/densenet-caffe | 77,3% |
| SE-BN-INCEPTION | Y | N | https://github.com/hujie-frank/senet | 76,38% |
| SE-RESNET-50 | Y | N | https://github.com/hujie-frank/senet | 77,63% |
| SE-RESNET-101 | Y | N | https://github.com/hujie-frank/senet | 78,25% |
| SE-RESNET-152 | Y | N | https://github.com/hujie-frank/senet | 78,66% |
| SE-RESNEXT-50 | Y | N | https://github.com/hujie-frank/senet | 79,03% |
| SE-RESNEXT-101 | Y | N | https://github.com/hujie-frank/senet | 80,19% |
| Senet | Y | N | https://github.com/hujie-frank/senet | 81,32% |
| VOC0712 (Deteksi Objek) | Y | N | https://github.com/weiliu89/caffe/tree/ssd | 71.2 Peta |
| InceptionBN-21K | Y | N | https://github.com/pertusa/inseptionbn-21k-for-caffe | 41,9% |
| Inception v3 5k | N | Y | https://github.com/openimages/dataset | |
| Model Landmarking Wajah 5-poin (Deteksi Wajah) | N | N | http://blog.dlib.net/2017/09/fast-multiclass-object-detection-in.html | |
| Deteksi Kendaraan Depan/Belakang (Deteksi Objek) | N | N | http://blog.dlib.net/2017/09/fast-multiclass-object-detection-in.html |
Lebih Banyak Model:
DeepDetect dirancang, diimplementasikan, dan didukung oleh Jolibrain dengan bantuan kontributor lain.