https://github.com/dragen1860/phonenet
Fast, Efficient and Elegant Android Neural Network Library with strong GPU acceleration, implemented CNN, Squeezenet yet.
https://github.com/dragen1860/phonenet
convolutional-neural-networks machine-learning-library neural-network nlp-machine-learning
Last synced: 10 months ago
JSON representation
Fast, Efficient and Elegant Android Neural Network Library with strong GPU acceleration, implemented CNN, Squeezenet yet.
- Host: GitHub
- URL: https://github.com/dragen1860/phonenet
- Owner: dragen1860
- Created: 2017-09-06T13:15:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T13:28:05.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T12:11:09.087Z (over 1 year ago)
- Topics: convolutional-neural-networks, machine-learning-library, neural-network, nlp-machine-learning
- Language: Java
- Homepage:
- Size: 142 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# PhoneNet
Phonenet is a Fast, Efficient and Elegant Android Neural Network with strong GPU acceleration. It's just a forward neural network without back-propagation, which means, you can train your model via Tensorflow and Pytorch and then export the model to file. PhoneNet can import your model structure and parameters automatically without too much man-hand work. Currently The project is under development. The first support model is SqueezeNet. We will implement the most efficient model used in computer vision and NLP.
for more information, contact me : myth@zju.edu.cn