AI: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 14: Line 14:
** [https://tensorflow.rstudio.com/keras/ R interface to Keras]. I followed the instruction for the installation but got an error of ''illegal operand''. The solution is to use an older version of tensorflow; see [https://github.com/rstudio/tensorflow/issues/228 here]. ''library(keras); install_keras(tensorflow = "1.5")''  (Ubuntu 16.04, Phenom(tm) II X6 1055T)
** [https://tensorflow.rstudio.com/keras/ R interface to Keras]. I followed the instruction for the installation but got an error of ''illegal operand''. The solution is to use an older version of tensorflow; see [https://github.com/rstudio/tensorflow/issues/228 here]. ''library(keras); install_keras(tensorflow = "1.5")''  (Ubuntu 16.04, Phenom(tm) II X6 1055T)
** https://rviews.rstudio.com/2018/04/03/r-and-tensorflow-presentations/, [https://beta.rstudioconnect.com/ml-with-tensorflow-and-r/#1 Slides]
** https://rviews.rstudio.com/2018/04/03/r-and-tensorflow-presentations/, [https://beta.rstudioconnect.com/ml-with-tensorflow-and-r/#1 Slides]
** relu(x) = max(0, x)
* [https://hpc.nih.gov/docs/deep_learning.html Deep Learning on Biowulf]
* [https://hpc.nih.gov/docs/deep_learning.html Deep Learning on Biowulf]
* Raspberry Pi
* Raspberry Pi

Revision as of 12:28, 31 December 2018

Applications

TensorFlow

PyTorch

An R Shiny app to recognize flower species