File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "KRHebbian"
3- s . version = "1.2.0 "
3+ s . version = "1.2.1 "
44 s . summary = "Non-supervisor that Hebbian self-organization learning method in machine learning. (自分学習アルゴリズム)."
55 s . description = <<-DESC
66 KRHebbian implemented Hebbian algorithm that is a non-supervisor of self-organization algorithm of Machine Learning (自分学習アルゴリズム).
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ KRHebbian implemented Hebbian algorithm that is a non-supervisor of self-organiz
66
77``` ruby
88platform :ios , ' 7.0'
9- pod " KRHebbian" , " ~> 1.2.0 "
9+ pod " KRHebbian" , " ~> 1.2.1 "
1010```
1111
1212## How To Get Started
@@ -35,7 +35,7 @@ _hebbian.maxIteration = 1;
3535
3636## Version
3737
38- V1.2.0
38+ V1.2.1
3939
4040## LICENSE
4141
You can’t perform that action at this time.
0 commit comments