rsnt_translations
56,430
edits
(Created page with "#Installez TensorFlow suivant ces directives. #Follow the instructions from the parent section. #Chargez les modules nécessaires. #:{{Comman...") |
No edit summary |
||
Line 5: | Line 5: | ||
# Lancez R. | # Lancez R. | ||
#:{{Command2|R}} | #:{{Command2|R}} | ||
#Avec <code> | #Avec <code>devtools</code>, installez Keras dans R. | ||
#:<syntaxhighlight lang='r'> | #:<syntaxhighlight lang='r'> | ||
devtools::install_github('rstudio/keras') | devtools::install_github('rstudio/keras') | ||
</syntaxhighlight> | </syntaxhighlight> |