[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / c / 3 / 1 / KRBPN / 2.0.3 / KRBPN.podspec.json
blob85d8973baf7925ceeee24df685c8b50a91cc4932
2   "name": "KRBPN",
3   "version": "2.0.3",
4   "summary": "Neural Network on Machine Learning.",
5   "description": "Machine Learning (マシンラーニング) in this project, it implemented 3 layers ( Input Layer, Hidden Layer and Output Layer ) neural network (ニューラルネットワーク) and it named Back Propagation Neural Network (BPN). This version implemented QuickProp theory and Kecman's theory. KRBPN can be used in products recommendation (おすすめの商品), user behavior analysis (ユーザーの行動分析), data mining (データマイニング) and data analysis (データ分析).",
6   "homepage": "https://github.com/Kalvar/ios-BPN-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-BPN-Algorithm.git",
17     "tag": "2.0.3"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "ML/KRBPN.h",
24   "source_files": "ML/**/*.h",
25   "frameworks": "Foundation"