├── Fire up the neurons.dyapp ├── LICENSE ├── README.md ├── src ├── ANN.dyalog ├── math.dyalog └── neural.dyalog └── tests └── tests.dyalog /Fire up the neurons.dyapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfloume/Simple-APL-Neural/HEAD/Fire up the neurons.dyapp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfloume/Simple-APL-Neural/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfloume/Simple-APL-Neural/HEAD/README.md -------------------------------------------------------------------------------- /src/ANN.dyalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfloume/Simple-APL-Neural/HEAD/src/ANN.dyalog -------------------------------------------------------------------------------- /src/math.dyalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfloume/Simple-APL-Neural/HEAD/src/math.dyalog -------------------------------------------------------------------------------- /src/neural.dyalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfloume/Simple-APL-Neural/HEAD/src/neural.dyalog -------------------------------------------------------------------------------- /tests/tests.dyalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfloume/Simple-APL-Neural/HEAD/tests/tests.dyalog --------------------------------------------------------------------------------