강의

멘토링

커뮤니티

Inflearn Community Q&A

hgj17035865's profile image
hgj17035865

asked

Artificial Intelligence R GO! Let's do it!

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

Keras 설치 문의...

Written on

·

388

0

안녕하세요 오늘 입문한 초짜입니다ㅎㅎ..

Keras 설치 하려고하는데 안깔려서 문의드립니다.

하기 문구가 뜨는데 어떻게 해결해야하나요..

install.package("kears")

Enter one or more numbers, or an empty line to skip updates:

(질의 응답에 나온 아나콘다 설치 완료하였고 install.packages('devtools'), devtools::install_github("rstudio/keras") 두개 실행 시켰는데도 반응이 없습니다.)

R

Answer 1

0

강사는 아니지만 install.package("kears")에 타이핑 오류가 있네요 ㅎㅎ kears → keras

hgj17035865's profile image
hgj17035865

asked

Ask a question