Skip to content

Commit

Permalink
preparations for version 0.4-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bergmeir committed Jun 5, 2015
1 parent 59ec84c commit 8473594
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
version 0.4-7 (05-06-2015):

- fixed a problem occurring with pruned networks, that order of units was not preserved, so that predictions given were wrong (columns changed)
- put NeuralNetTools in suggests field and now mentioning it in the documentation

version 0.4-6 (22-12-2014):

- fixing more memory access issues, discovered by valgrind
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -23,5 +23,5 @@ Depends:
methods,
Rcpp (>= 0.8.5)
Suggests:
scatterplot3d
scatterplot3d,NeuralNetTools
Encoding: UTF-8
3 changes: 3 additions & 0 deletions R/RSNNS-package.R
Expand Up @@ -105,6 +105,9 @@
#' from the wrapping for various reasons. Fur more details and other known
#' issues see the file /inst/doc/KnownIssues.
#'
#' Another nice tool is the \code{NeuralNetTools} package, that can be used to
#' visualize and analyse the networks generated with RSNNS.
#'
#' Most of the example data included in SNNS is also present in this package, see \code{\link{snnsData}}.
#'
#' Additional information is also available at the project website:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,11 +18,11 @@ Possible TODOs for the next version:
==32137== by 0x1018347A: SnnsCLib__learnAllPatterns (SnnsCLibWrapper.cpp:1278)

- Remove printf throughout the code (replace commented printf's with Rprintf, diff of commit May-15h)
- Put NeuralNetTools in suggests field and mention it in the documentation
- use the "colorspace" package for heatmaps
- add JSS paper as vignette

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

0 comments on commit 8473594

Please sign in to comment.