j143 commented on a change in pull request #953: URL: https://github.com/apache/systemml/pull/953#discussion_r435976863
########## File path: dev/docs/builtins-reference.md ########## @@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1) w = lm(X = X, y = y) ress = slicefinder(X = X,W = w, Y = y, k = 5, paq = 1, S = 2); ``` +<<<<<<< HEAD:docs/builtins-reference.md +## `sigmoid` -Function + +The Sigmoid function is a type of activation function, and also defined as a squashing function which limit the output to a range between 0 and 1,which will make these functions useful in the prediction of probabilities. + +### Usage +```r +sigmoid(X) +``` + +### Arguments +| Name | Type | Default | Description | +| :---- | :------------- | -------- | :---------- | +| X | Matrix[Double] | required |Matrix of feature vectors.| +======= Review comment: Remove these lines. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org