Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone have an R implementation using r keras or tensorflow? Everything I see with it is in python or using darknet.
Has it not been done due to lack of pre-processing libraries in r?
The text was updated successfully, but these errors were encountered:
I think it depends on what you are trying to do. There are many examples available on the internet, and the RStudio/keras team also has many examples. Here is a great one: http://blogs.rstudio.com/tensorflow/posts/2017-12-20-time-series-forecasting-with-recurrent-neural-networks/
Sorry, something went wrong.
This is an edit of the original comment.
Here's an R implementation of YOLO (not Keras, but direct wrapper of darknet): https://github.com/bnosac/image/tree/master/image.darknet
Great @skeydan! :) Will the yolo example be available to github?
No branches or pull requests
Does anyone have an R implementation using r keras or tensorflow? Everything I see with it is in python or using darknet.
Has it not been done due to lack of pre-processing libraries in r?
The text was updated successfully, but these errors were encountered: