Skip to content

Nifrec/nenwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nenwin

Introduction

Nenwin is an experiment at creating an alternative modelling framework to neural networks, based on particle simulation. This repository contains the research report, and the Python code implementing Nenwin (used for the experiments in the report, but more functionality is available than used for the report).

For the algorithm design, backpropagation theory, research results, etc, see the report.

Installation:

To resolve imports, Nenwin needs to be installed as a PIP package. This can be done with the following command:

pip install -e .

from this project's root directory to install it as a Python package. This is necessary fot the imports to work.

About

Neural Networks Without Neurons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published