background preloader

Javascript / Math

Facebook Twitter

Deanm/pregl. Neurobots. Neurobots This program simulates small robots, each one is controlled by a recurrent artificial neural network.

Neurobots

They scan their surrounding using low resolution ray casting and this data is fed into the first layer of their neural network. The output layer of the neural network controls their movement. Moving decreases the robots power level, when they run out they die. 50m30n3/Neurobots. JSFeat - JavaScript Computer Vision Library. Data structures Most of JSFEAT methods relies on custom data structures.

JSFeat - JavaScript Computer Vision Library.

There are just few provided at the moment but I'm sure its number will increase with new functionality. matrix_t The core and starting structure for any project is most likely matrix_t: var my_matrix = new jsfeat.matrix_t(columns, rows, data_type, data_buffer = undefined); Sylvester.