Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedromxavier/wisard.jl

WiSARD Weightless Neural Network (WNN) Model implemented in Julia.
https://github.com/pedromxavier/wisard.jl

julia machine-learning n-tuple-networks weightless-neural-network wisard

Last synced: 2 months ago
JSON representation

WiSARD Weightless Neural Network (WNN) Model implemented in Julia.

Awesome Lists containing this project

README

        

# WiSARD.jl



WiSARD.jl




Docs


CI


DOI


made in BR

## Introduction
WiSARD.jl is a Julia Package that implements the WiSARD Weightless Neural Network (WNN) Model.

## Getting Started

### Installation
```julia
pkg> add WiSARD
```

```julia
julia> using Pkg

julia> Pkg.add("WiSARD")
```