강의

멘토링

커뮤니티

Inflearn Community Q&A

catholicbs1353's profile image
catholicbs1353

asked

Artificial Intelligence R GO! Let's do it!

Let's build deep learning using R and Keras and solve the MNIST problem.

tensorflow 설치 문의드립니다.

Written on

·

205

0

install.packages("keras")까지는 설치가 완료되었는데

install_keras(tensorflow="cpu")를 하면 아래의 경고문이 뜹니다.R 스튜디오에서 실행하니 전혀 안먹히는데 다른 곳에서 명령을 해주어야 하는지요?ㅠ 

Error in install_keras(tensorflow = "cpu") : 

  함수 "install_keras"를 찾을 수 없습니다

R

Answer

This question is waiting for answers
Be the first to answer!
catholicbs1353's profile image
catholicbs1353

asked

Ask a question