Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pedromxavier/wisard.jl
- Owner: pedromxavier
- License: mit
- Created: 2021-11-07T13:39:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T00:18:51.000Z (9 months ago)
- Last Synced: 2024-10-03T03:08:43.510Z (3 months ago)
- Topics: julia, machine-learning, n-tuple-networks, weightless-neural-network, wisard
- Language: Julia
- Homepage: https://pedromxavier.github.io/WiSARD.jl
- Size: 360 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WiSARD.jl
## 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 Pkgjulia> Pkg.add("WiSARD")
```