neuronet 6.1.0 → 8.0.251113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,47 +1,72 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neuronet
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
5
- prerelease:
4
+ version: 8.0.251113
6
5
  platform: ruby
7
6
  authors:
8
- - carlosjhr64@gmail.com
9
- autorequire:
7
+ - CarlosJHR64
10
8
  bindir: bin
11
9
  cert_chain: []
12
- date: 2013-06-20 00:00:00.000000000 Z
10
+ date: 2025-11-14 00:00:00.000000000 Z
13
11
  dependencies: []
14
- description: Build custom neural networks. 100% 1.9 Ruby.
12
+ description: |
13
+ Library to create neural networks.
14
+
15
+ Features perceptron, MLP, and deep feed forward networks.
16
+ Uses a logistic squash function.
15
17
  email: carlosjhr64@gmail.com
16
18
  executables: []
17
19
  extensions: []
18
20
  extra_rdoc_files: []
19
21
  files:
20
- - ./lib/neuronet.rb
21
- - ./README.md
22
+ - CREDITS.md
23
+ - README.md
24
+ - lib/neuronet.rb
25
+ - lib/neuronet/arrayable.rb
26
+ - lib/neuronet/backpropagate.rb
27
+ - lib/neuronet/config.rb
28
+ - lib/neuronet/connection.rb
29
+ - lib/neuronet/deep.rb
30
+ - lib/neuronet/exportable.rb
31
+ - lib/neuronet/feed_forward.rb
32
+ - lib/neuronet/input_layer.rb
33
+ - lib/neuronet/input_neuron.rb
34
+ - lib/neuronet/layer.rb
35
+ - lib/neuronet/layer_presets.rb
36
+ - lib/neuronet/middle_layer.rb
37
+ - lib/neuronet/middle_neuron.rb
38
+ - lib/neuronet/mlp.rb
39
+ - lib/neuronet/network_stats.rb
40
+ - lib/neuronet/neuron.rb
41
+ - lib/neuronet/neuron_stats.rb
42
+ - lib/neuronet/noisy_backpropagate.rb
43
+ - lib/neuronet/noisy_middle_neuron.rb
44
+ - lib/neuronet/noisy_neuron.rb
45
+ - lib/neuronet/noisy_output_neuron.rb
46
+ - lib/neuronet/output_layer.rb
47
+ - lib/neuronet/output_neuron.rb
48
+ - lib/neuronet/perceptron.rb
49
+ - lib/neuronet/squash.rb
50
+ - lib/neuronet/trainable.rb
22
51
  homepage: https://github.com/carlosjhr64/neuronet
23
- licenses: []
24
- post_install_message:
52
+ licenses:
53
+ - MIT
54
+ metadata: {}
25
55
  rdoc_options: []
26
56
  require_paths:
27
57
  - lib
28
58
  required_ruby_version: !ruby/object:Gem::Requirement
29
- none: false
30
59
  requirements:
31
- - - ! '>='
60
+ - - ">="
32
61
  - !ruby/object:Gem::Version
33
- version: '0'
62
+ version: '3.4'
34
63
  required_rubygems_version: !ruby/object:Gem::Requirement
35
- none: false
36
64
  requirements:
37
- - - ! '>='
65
+ - - ">="
38
66
  - !ruby/object:Gem::Version
39
67
  version: '0'
40
68
  requirements: []
41
- rubyforge_project:
42
- rubygems_version: 1.8.11
43
- signing_key:
44
- specification_version: 3
69
+ rubygems_version: 3.7.2
70
+ specification_version: 4
45
71
  summary: Library to create neural networks.
46
72
  test_files: []
47
- has_rdoc: