blob: 6c8572eeb073c0dd1499df428d35196c3f555795 [file] [log] [blame]
{
"name": "MAChineLearning",
"version": "1.0.0",
"summary": "Machine Learning for the Mac.",
"description": "MAChineLearning is framework that provides a quick and easy way to experiment Machine Learning with\nnative code on the Mac, with some specific support for Natural Language Processing. It is written in Objective-C, but it is\ncompatible 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"
},
"social_media_url": "https://twitter.com/self_vs_this",
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/gianlucabertani/MAChineLearning.git",
"tag": "1.0.0"
},
"source_files": "MAChineLearning/**/*.{h,m}",
"frameworks": "Accelerate",
"requires_arc": true,
"deprecated": true
}