blob: e656417bfbcac0c4770b9b6bac7ca288979c27a8 [file] [log] [blame]
{
"name": "MAChineLearning",
"version": "1.0.5",
"summary": "Machine Learning for the Mac and iOS.",
"description": "MAChineLearning is framework that provides a quick and easy way to experiment Machine Learning with\nnative code on the Mac and iOS, with some specific support for Natural Language Processing.\nIt is written in Objective-C, but it is compatible by Swift.\n\nCurrently the framework supports:\n\n* Neural Networks\n* Bag of Words\n* Word Vectors\n\nDifferently than many other machine learning libraries for macOS and iOS, MAChineLearning includes full training implementation\nfor its neural networks. You don't need a separate language or another framework to train the network, you have all you need here.",
"homepage": "https://github.com/gianlucabertani/MAChineLearning",
"license": {
"type": "BSD 2.0",
"file": "LICENSE"
},
"authors": {
"Gianluca Bertani": "gianluca.bertani@email.it"
},
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"source": {
"git": "https://github.com/gianlucabertani/MAChineLearning.git",
"tag": "1.0.5"
},
"source_files": "MAChineLearning/**/*.{h,m}",
"frameworks": "Accelerate",
"requires_arc": true,
"deprecated": true
}