README.md
July 11, 2019 ยท View on GitHub
Simple F# Neural Network library
Simple neural network library written in F# using functional programming paradigm.
๐ Table of Contents
๐ง About
A simple neural network library built for learning purposes. The library is written in F# using functional programming paradigm.
๐ Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
You should have a working F# development enviroment (follow this)
๐ Usage
The usage of the library is simple, all the code is well documented and there is an example that solves the XOR problem.
โ๏ธ Built Using
- F# - Functional programming language
โ๏ธ Authors
- @jackroi - F# implementation
See also the list of contributors who participated in this project.