Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franck-dernoncourt/caffe_demos
https://github.com/franck-dernoncourt/caffe_demos
caffe deep-learning machine-learning neural-network
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/franck-dernoncourt/caffe_demos
- Owner: Franck-Dernoncourt
- Created: 2015-07-12T06:10:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T09:01:46.000Z (over 8 years ago)
- Last Synced: 2024-10-31T19:42:39.350Z (2 months ago)
- Topics: caffe, deep-learning, machine-learning, neural-network
- Language: Python
- Size: 164 KB
- Stars: 50
- Watchers: 5
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caffe demos
Contains:
- a bash script to install Caffe on Ubuntu 14.04 LTS x64 (also seems to work on Kubuntu 14.10 x64)
- a short Python script that shows how to use Caffe for the Iris data set
- a comparison between Caffe and scikit-learn logistic regression.