Aika

AIKA is a new type of artificial neural network designed to more closely mimic the behavior of a biological brain and to bridge the gap to classical AI. A key design decision in the Aika network is to conceptually separate the activations from their neurons, meaning that there are two separate graphs. One graph consisting of neurons and synapses representing the knowledge the network has already acquired and another graph consisting of activations and links describing the information the network was able to infer about a concrete input data set. There is a one-to-many relation between the neurons and the activations. For example, there might be a neuron representing a word or a specific meaning of a word, but there might be several activations of this neuron, each representing an occurrence of this word within the input data set. A consequence of this decision is that we have to give up on the idea of a fixed layered topology for the network, since the sequence in which the activations are fired depends on the input data set. Within the activation network, each activation is grounded within the input data set, even if there are several activations in between. This means links between activations serve two purposes. On the one hand, they are used to sum up the synapse weights and, on the other hand they propagate the identity to higher level activations.
Alternatives To Aika
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Genann1,398
7 months ago11zlibC
simple neural network library in ANSI C
Ocr1,120
8 years agootherJavaScript
Neural network OCR.
Neataptic9782475 years ago81October 21, 201776otherJavaScript
:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
Digit Classifier780
5 years agomitPython
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.
Deep Learning Illustrated543
a year ago6mitJupyter Notebook
Deep Learning Illustrated (2020)
Synthesizing470
4 years ago2mitPython
Code for paper "Synthesizing the preferred inputs for neurons in neural networks via deep generator networks"
Spiking Neural Network434
5 years ago7apache-2.0Python
Pure python implementation of SNN
Lambdanet376
8 years ago5mitHaskell
Purely functional artificial neural network library implemented in Haskell.
Fann.js330
8 years ago4mitJavaScript
FANN compiled through Emscripten
Neural Network270
2 years ago1mitC#
This is a configurable Neural Network written in C#. The Network functionality is completely decoupled from the UI and can be ported to any project. You can also export and import fully trained networks and datasets.
Alternatives To Aika
Select To Compare


Alternative Project Comparisons
Popular Neurons Projects
Popular Network Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Network
Natural Language Processing
Recurrent Neural Networks
Neurons
Artificial Neural Networks