2024年1月21日星期日

Install keras and tensorflow

install.packages("remotes")
remotes::install_github(paste0("rstudio/", c("reticulate", "tensorflow", "keras")))
reticulate::install_miniconda() # skip this if you want to self-install conda or use venv
keras::install_keras()

Python module tensorflow.keras was not found when creating model. · Issue #1100 · rstudio/keras · GitHub





2024年1月20日星期六

Deep learning

 Deep learning, often referred to as a multi-layer neural network, does not have a direct connection to neurobiology and does not mimic the workings of the human brain. Instead, it functions as a mathematical framework designed to learn representations from data.