/NeuralNetwork-python

Python simple neural network library

Primary LanguagePythonMIT LicenseMIT

Simple Python Neural Network library

Status GitHub Issues GitHub Pull Requests License


Simple neural network library written in Python using object oriented programming paradigm.

📝 Table of Contents

🧐 About

A simple neural network library built for learning purposes. The library is written in Python using object oriented 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 Python 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

  • Python - Programming language

✍️ Authors

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

🎉 Acknowledgements

See Also

  • F# version built using functional programming paradigm.