README.md

July 11, 2019 ยท View on GitHub

Simple F# Neural Network library

Status GitHub Issues GitHub Pull Requests License


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

See also the list of contributors who participated in this project.

๐ŸŽ‰ Acknowledgements