blob: 08a0a7e46323ecedaa6cf771fa1d21e5caa98ba4 [file] [log] [blame]
{
"name": "MLPNeuralNet",
"version": "1.0.9",
"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.9"
},
"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": "9.0",
"osx": "10.11"
},
"source_files": "MLPNeuralNet/*.{h,m}",
"frameworks": "Accelerate",
"requires_arc": true
}