Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activation Functions about RELU #17

Open
niceguy1575 opened this issue Mar 27, 2018 · 5 comments
Open

Activation Functions about RELU #17

niceguy1575 opened this issue Mar 27, 2018 · 5 comments

Comments

@niceguy1575
Copy link

Hi. I am making use of elman neural networks.

I want to use RELU FUNCTIONs on networks... but, there's no RELU Function on RSNNS

Which options could I use, if I wnat to use RELU Function?

If it is impossible, can I make a pull requests about RELU Function? (Because, I don't know how to use/test my c++ RELU code, and also dependencies...)

Please Let me know..! I really want your help.

@cbergmeir
Copy link
Owner

cbergmeir commented Mar 28, 2018 via email

@niceguy1575
Copy link
Author

ok Thanks.
So to make the purpose, what files should I change?
Now I am changing..

1.trans_f.cpp
2. trans_f.h
3.func_tbl.cpp

anything else that I can change ?

@cbergmeir
Copy link
Owner

cbergmeir commented Mar 28, 2018 via email

@otluiz
Copy link

otluiz commented Apr 22, 2021

Hello.
I making use MSE 'error' (Mean Squared Error) but the function: plotIterativeError(model) ## Summed Squared Error - SSE
Its possible change in source code or a making use "work around"?
I like add news functionality, with newer error function (and graphics) too.
Its possible?
Thanks Mr. Cbergmeir.

@cbergmeir
Copy link
Owner

cbergmeir commented May 5, 2021

Hi, the function is implemented here, starting line 171. It should be as simple as dividing object$IterativeFitError by nrow(as.matrix(object$fitted.values)) to get the MSE from the SSE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants