Tell me, what are the ready libraries for different PLs, on the basis of which you can write your neural networks.
1 answer
The most advanced packages with great experience in neural networks:
- Caffe - C ++ (native), Python (native), Java (3rd parties)
- DLIB - C ++ (native), Python (native)
- OpenCV - C ++ (naive), C (native), Java (native), Python (native), .NET (3rd parties)
- TensorFlow - C ++ (naive), C (native), Java (native), Python (native)
- Keras - Python (native)
All open source packages have good documentation and many examples open to extensions. There are other packages.
|