RSNNS
RSNNS: Neural Networks in R using the Stuttgart Neural Network Simulator (SNNS)
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 7 committers (14.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.1%) to scientific vocabulary
Repository
RSNNS: Neural Networks in R using the Stuttgart Neural Network Simulator (SNNS)
Basic Info
- Host: GitHub
- Owner: cbergmeir
- Language: C++
- Default Branch: master
- Size: 4.58 MB
Statistics
- Stars: 27
- Watchers: 4
- Forks: 5
- Open Issues: 11
- Releases: 0
Metadata Files
README.md
RSNNS
RSNNS: Neural Networks in R using the Stuttgart Neural Network Simulator (SNNS)
Possible TODOs for the next version:
fix crash of Jordan function if called with a matrix
fix remaining memory leaks, detected by valgrind, e.g. this one:
==32137== 206,480 (80 direct, 206,400 indirect) bytes in 1 blocks are definitely lost in loss record 2,312 of 2,347 ==32137== at 0x4A081D4: calloc (in /usr/lib64/valgrind/vgpreloadmemcheck-amd64-linux.so) ==32137== by 0x1019F8DD: SnnsCLib::allocMixupArray() (dlvqlearn.cpp:212) ==32137== by 0x101A0B28: SnnsCLib::allocArrays() (dlvqlearn.cpp:942) ==32137== by 0x101A10B7: SnnsCLib::LEARNDLVQ(int, int, float, int, float, int) (dlvqlearn.cpp:1072) ==32137== by 0x101AB52C: SnnsCLib::krcallNetworkFunctionSTD(int, float, int, float, int, int, int) (kernel.cpp:3952) ==32137== by 0x101AB5D6: SnnsCLib::krcallNetworkFunction(int, float, int, float, int, int, int) (kernel.cpp:4019) ==32137== by 0x101D276F: SnnsCLib::kruilearnAllPatterns(float, int, float, int) (krui.cpp:3505) ==32137== by 0x1018347A: SnnsCLib_learnAllPatterns (SnnsCLibWrapper.cpp:1278)
- Remove printf throughout the code (replace commented printf's with Rprintf, diff of commit May-15h)
- use the "colorspace" package for heatmaps
add JSS paper as vignette
Make it possible to pass already trained models in the high-level functions, and use them to initialize the network.
TODOs for a far away future:
- Implement Softmax/Entropy for elman?
- Make it possible to implement learning functions in R
- Implement more sophisticated convergence detection
Owner
- Login: cbergmeir
- Kind: user
- Repositories: 4
- Profile: https://github.com/cbergmeir
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| bergmeir | b****r@4****e | 91 |
| Christoph Bergmeir | b****r@n****1 | 32 |
| Christoph Bergmeir | c****r@m****u | 22 |
| Christoph Bergmeir | c****r@g****m | 21 |
| Vitalie Spinu | s****t@g****m | 6 |
| Seymour Shlien | f****3@n****a | 3 |
| cbergmeir | c****r@d****s | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 19
- Total pull requests: 3
- Average time to close issues: 8 months
- Average time to close pull requests: 1 day
- Total issue authors: 16
- Total pull request authors: 2
- Average comments per issue: 2.84
- Average comments per pull request: 0.33
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kumarSunny (2)
- cacoch (2)
- fawda123 (2)
- bohmah (1)
- TamerRizk (1)
- niceguy1575 (1)
- lucasvenez (1)
- cbergmeir (1)
- mariusbommert (1)
- heathyates (1)
- NicolasDenoyelle (1)
- tarungupta54 (1)
- suellentz (1)
- lasoncheng (1)
- AdDenissen (1)
Pull Request Authors
- sshlien (2)
- niceguy1575 (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 2,289 last-month
- Total docker downloads: 24,578
-
Total dependent packages: 13
(may contain duplicates) -
Total dependent repositories: 32
(may contain duplicates) - Total versions: 24
- Total maintainers: 1
cran.r-project.org: RSNNS
Neural Networks using the Stuttgart Neural Network Simulator (SNNS)
- Homepage: https://github.com/cbergmeir/RSNNS
- Documentation: http://cran.r-project.org/web/packages/RSNNS/RSNNS.pdf
- License: LGPL-2 | LGPL-2.1 | LGPL-3 | file LICENSE [expanded from: LGPL (≥ 2) | file LICENSE]
-
Latest release: 0.4-17
published over 2 years ago
Rankings
Maintainers (1)
conda-forge.org: r-rsnns
- Homepage: https://github.com/cbergmeir/RSNNS
- License: LGPL-2.0-or-later
-
Latest release: 0.4_14
published almost 5 years ago
Rankings
Dependencies
- R >= 2.10.0 depends
- Rcpp >= 0.8.5 depends
- methods * depends
- NeuralNetTools * suggests
- scatterplot3d * suggests