You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: KRMLP.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="KRMLP"
3
-
s.version="2.2.2"
3
+
s.version="2.2.3"
4
4
s.summary="Deep Learning for multi-layer perceptrons neural network (MLP)."
5
5
s.description=<<-DESC
6
6
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 (データ分析).
// Reversing and looping hiddenLayers to start in calculating the delta values from output-layer to hidden layers (that includes hidden layer to hidden layer).
102
101
// lastDeltas the initial value is delta-values of output-nets, the delta-value comes from net.deltaValue.
0 commit comments