blob: f26c67f1c62f9b655f3a50f201ba681c44fe017b [file] [log] [blame]
{
"name": "KRANN",
"version": "2.1.3",
"summary": "Neural network with unlimited hidden layers on Machine Learning.",
"description": " Machine Learning (マシンラーニング) in this project, it implemented multi-perceptrons neural network (ニューラルネットワーク) and it named Back Propagation Neural Network (BPN).It is designed unlimited hidden layers to do the training tasks and also prepared flexible spaces to wait for combining Fuzzy theory in network. This network can be used in products recommendation (おすすめの商品), user behavior analysis (ユーザーの行動分析), data mining (データマイニング) and data analysis (データ分析).\n",
"homepage": "https://github.com/Kalvar/ios-Multi-Perceptron-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-Multi-Perceptron-NeuralNetwork.git",
"tag": "2.1.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "ML/*.h",
"source_files": "ML/KRANN.h",
"frameworks": "Foundation"
}