Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 349 Bytes

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