blob: de79de4523d16295f6fbc707b374f7b26ca79420 [file] [log] [blame]
{
"name": "MLPNeuralNet",
"version": "1.0.4",
"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.4"
},
"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. \n It is built on top of the Apple's Accelerate Framework, using vectorized \n operations and hardware acceleration if available.\n\n Features:\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).\n",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "MLPNeuralNet/*.{h,m}",
"frameworks": "Accelerate",
"requires_arc": true
}