2 "name": "MLPNeuralNet",
4 "summary": "Fast multilayer perceptron neural net for iOS and Mac OS X",
9 "Mykola Pavlov": "me@nikolaypavlov.com"
12 "git": "https://github.com/nikolaypavlov/MLPNeuralNet.git",
15 "homepage": "http://nikolaypavlov.github.io/MLPNeuralNet/",
16 "screenshots": "http://nikolaypavlov.github.io/MLPNeuralNet/images/500px-Artificial_neural_network.png",
17 "description": "MLPNeuralNet predicts new examples by trained neural network.\nIt is built on top of the Apple's Accelerate Framework, using vectorized\noperations and hardware acceleration if available.\n\nFeatures:\n* classification, multiclass classification and regression output;\n* vectorized implementaion;\n* works with double precision;\n* multiple hidden layers or none (in that case it's same as logistic/linear regression).",
22 "source_files": "MLPNeuralNet/*.{h,m}",
23 "frameworks": "Accelerate",