Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
bquast committed Sep 29, 2015
1 parent 6329bdc commit a980dd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/learn_gd.R
Expand Up @@ -90,6 +90,8 @@ learn_gd <- function(X, y, alpha, hiddenSize) {
#' @importFrom stats runif
#' @export
#' @references \url{http://qua.st/handcoding-gradient-descent/}
#' \url{http://iamtrask.github.io/2015/07/27/python-network-part2/}
#' @seealso \code{\link{learn_gd}}
#' @examples
#' # create new data
#' alpha = 0.5
Expand Down
4 changes: 4 additions & 0 deletions man/learn_gd13.Rd
Expand Up @@ -30,5 +30,9 @@ learn_gd13(X, y, alpha, hidden_dim)
}
\references{
\url{http://qua.st/handcoding-gradient-descent/}
\url{http://iamtrask.github.io/2015/07/27/python-network-part2/}
}
\seealso{
\code{\link{learn_gd}}
}

0 comments on commit a980dd6

Please sign in to comment.