ruby-fann
Ruby library for interfacing with FANN (Fast Artificial Neural Network)
File Explorer
Download Latest Version (.zip)- fonts.css
- rdoc.css
- Lato-Light.ttf
- Lato-LightItalic.ttf
- Lato-Regular.ttf
- Lato-RegularItalic.ttf
- SourceCodePro-Bold.ttf
- SourceCodePro-Regular.ttf
- add.png
- arrow_up.png
- brick.png
- brick_link.png
- bug.png
- bullet_black.png
- bullet_toggle_minus.png
- bullet_toggle_plus.png
- date.png
- delete.png
- find.png
- loadingAnimation.gif
- macFFBgHack.png
- package.png
- page_green.png
- page_white_text.png
- page_white_width.png
- plugin.png
- ruby.png
- tag_blue.png
- tag_green.png
- transparent.png
- wrench.png
- wrench_orange.png
- zoom.png
- darkfish.js
- navigation.js
- navigation.js.gz
- search.js
- search_index.js
- search_index.js.gz
- searcher.js
- searcher.js.gz
- Shortcut.html
- Standard.html
- TrainData.html
- VERSION.html
- created.rid
- index.html
- README_md.html
- RubyFann.html
- table_of_contents.html
- .gitignore
- config.h
- doublefann.c
- doublefann.h
- doublefann.o
- extconf.rb
- fann.c
- fann.h
- fann_activation.h
- fann_augment.h
- fann_cascade.c
- fann_cascade.h
- fann_data.h
- fann_error.c
- fann_error.h
- fann_internal.h
- fann_io.c
- fann_io.h
- fann_train.c
- fann_train.h
- fann_train_data.c
- MANIFEST
- ruby_compat.h
- ruby_fann.c
- ruby_fann.o
- neurotica.rb
- version.rb
- ruby-fann.rb
- ruby_fann.rb
- Gemfile
- test.train
- test_helper.rb
- test_neurotica.rb.nop
- test_ruby_fann.rb
- test_ruby_fann_functional.rb
- .gitignore
- .yardopts
- build-docker-image.sh
- docker-image-sh.sh
- Dockerfile
- Gemfile
- Gemfile.lock
- History.txt
- LICENSE.txt
- nn1.png
- package-lock.json
- Rakefile
- README.md
- README.txt
- ruby-fann.gemspec
- ruby-fann.png
- verify.train
- xor.train
# Installation Guide
1. Get the code
git clone https://github.com/tangledpath/ruby-fann
Downloads the entire project code from GitHub to your computer.
cd ruby-fann
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t ruby-fann .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 ruby-fann
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Ruby
EasyPrerequisites
$ bundle
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
