An open API service indexing awesome lists of open source software.

https://github.com/aurelienmorgan/edx-keras-cnn

Image Processing with Convolutional Neural Networks (keras with ‘tensorflow over local GPU’ as a back-end in R)
https://github.com/aurelienmorgan/edx-keras-cnn

Last synced: about 1 year ago
JSON representation

Image Processing with Convolutional Neural Networks (keras with ‘tensorflow over local GPU’ as a back-end in R)

Awesome Lists containing this project

README

          

# Image Processing with Convolutional Neural Networks
## (keras with ‘tensorflow over local GPU’ as a back-end in R)
### Stepping into CNN, one toe at a time


Examples of Image Processing applications of Deep Learning.

View the complete 6 pages PDF report (+ appendices)
here.

files that constitute that repository :

- **Report.Rmd** :
portable rmarkdown script file to generate the report pdf.
REMARK: the 'keras' package isn't required to exectute that Rmd file.

- **algorithm.R** :
source code for the two algorithms described in the report.

- **./images/style_transfer** folder :
from the _'stype transfer'_ section of the report,
'original' content image and 2 'generated' pictures

- **./models** folder
RDS & h5 serialization files for trained models and predictions.

KEYWORDS :
```CNN```, ```Image Classification```, ```Style Transfer```
, ```R```, ```Tensorflow```, ```Keras```