[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / f / KRMLP / 2.2.1 / KRMLP.podspec.json
blob0166c37ec478c2138eac362950bf6fba7e4b4b01
2   "name": "KRMLP",
3   "version": "2.2.1",
4   "summary": "Deep Learning for multi-layer perceptrons neural network (MLP).",
5   "description": "Machine Learning (マシンラーニング) in this project, it implemented multi-layer perceptrons neural network (ニューラルネットワーク) and Back Propagation Neural Network (BPN). It designed unlimited hidden layers to do the training tasks. This network can be used in products recommendation (おすすめの商品), user behavior analysis (ユーザーの行動分析), data mining (データマイニング) and data analysis (データ分析).",
6   "homepage": "https://github.com/Kalvar/ios-Multi-Perceptron-NeuralNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kalvar Lin": "ilovekalvar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ilovekalvar",
15   "source": {
16     "git": "https://github.com/Kalvar/ios-Multi-Perceptron-NeuralNetwork.git",
17     "tag": "2.2.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "ML/**/*.h",
24   "source_files": "ML/**/*.{h,m}",
25   "frameworks": "Foundation"