/capsnet

CapsNet implementation in keras for R

Primary LanguageROtherNOASSERTION

capsnet

TODO

  • README
  • create application_capsnet like in keras R package.

Installation

You can install capsnet from github with:

# install.packages("devtools")
devtools::install_github("dfalbel/capsnet")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code