blob: dd7dbbba4a3200622810249848652b2fd032e467 [file] [log] [blame]
{
"name": "MLPNeuralNet",
"version": "1.0.7",
"summary": "Fast multilayer perceptron neural net for iOS and Mac OS X",
"license": {
"type": "BSD"
},
"authors": {
"Mykola Pavlov": "me@nikolaypavlov.com"
},
"source": {
"git": "https://github.com/nikolaypavlov/MLPNeuralNet.git",
"tag": "1.0.7"
},
"homepage": "http://nikolaypavlov.github.io/MLPNeuralNet/",
"screenshots": "http://nikolaypavlov.github.io/MLPNeuralNet/images/500px-Artificial_neural_network.png",
"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).",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "MLPNeuralNet/*.{h,m}",
"frameworks": "Accelerate",
"requires_arc": true
}