Keras in R

Published by onesixx on

https://keras.rstudio.com/articles/examples/index.html
https://github.com/rstudio/cheatsheets/raw/master/keras.pdf

빠른 구현에 초점이 맞춰진, Human이 이해하기 쉬운 Neural networks API 
– CPU/ GPU 에 대해 같은 Code를 사용한다.
– Deep learning 모델을 빠르게 prototype할수 있는 쉬운 API
– 여러 back-ends (TensorFlowCNTK, or Theano.)에서 실행가능. (default는 TensorFlow)

Keras Template by Sixx

R
R
R
00.global.R
https://keras.rstudio.com/
https://www.tensorflow.org/guide/keras/overview?hl=ko( python)

개요

What is TensorFlow ?

복잡한 계산을 여러개의 GPU/ CPU가 수행하게 하는 ML의 Open-source 라이브러리
by Google Brain Team.

What is Keras ?

여러 back-end들(TensorFlow, CNTK, or Theano) 위에서 동작할수 있는 Neural Networks API.
CNN, RNN같은 어려운 model을 쉽게 build할 수 있게 해준다.

  • DeepLearning 모델을 개발할수 있는 고급 구성요소를 제공하는 모델 수준 라이브러리
  • 저수준 연산(Tensor연산 , 미분…)은 처리하지 않는다.

install

R
FOR UBUNTU
R
FOR MACOS
Categories: Keras

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x