blob: f681f1a522b0a992b91857e66f7ea3ec1095b95c [file] [log] [blame]
{
"name": "KRBPN",
"version": "2.0.6",
"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 implemented Back Propagation Neural Network (BPN), QuickProp theory and Kecman's theory (EDBD). 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-NeuralNetwork.git",
"tag": "2.0.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "ML/**/*.h",
"source_files": "ML/**/*.{h,m}",
"frameworks": "Foundation"
}