blob: c87e2cf115124ffb609f0329b0bd01a465758677 [file] [log] [blame]
{
"name": "KRBPN",
"version": "2.0.2",
"summary": "Neural Network on Machine Learning.",
"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 (データ分析).",
"homepage": "https://github.com/Kalvar/ios-BPN-NeuralNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kalvar Lin": "ilovekalvar@gmail.com"
},
"social_media_url": "https://twitter.com/ilovekalvar",
"source": {
"git": "https://github.com/Kalvar/ios-BPN-Algorithm.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "ML/KRBPN.h",
"source_files": "ML/**/*.h",
"frameworks": "Foundation"
}