dfalbel / capsnet

CapsNet implementation in keras for R
Other
12 stars 3 forks source link

capsnet

TODO

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