-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
Hi,
sounds good, I would be certainly happy about a pull request. Any example code that you might have could be added in the "demo" folder of the package.
Regards,
Christoph
…On 27/03/18 21:51, LEE JONGWON wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#17>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAf_GtGwqrmsuO34z0YK7XFeBDmzaTGMks5tikPKgaJpZM4S89l6>.
|
ok Thanks. 1.trans_f.cpp anything else that I can change ? |
Hi,
sounds good, I think this should be everything you need to change.
Regards,
Christoph
…On 28/03/18 13:33, LEE JONGWON wrote:
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 ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#17 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAf_Gq9o2yb_6Uyu8bU1wewZECSysUVJks5tiyDGgaJpZM4S89l6>.
|
Hello. |
Hi, the function is implemented here, starting line 171. It should be as simple as dividing |
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.
The text was updated successfully, but these errors were encountered: