Discussion:
[theano-users] Plugging new optimser to Theano
b***@gmail.com
2017-09-13 23:11:59 UTC
Permalink
Hi everyone.

I am pursuing Masters. I am using theano. I wanted to use theano, but I
don't want to use SGD. I have made an optimizer of my own. How to plug it
in theano to train my model.
Is it possible.

Regards
Bhaskar.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-09-14 15:41:31 UTC
Permalink
Hi,

Theano do not specify the optimizer to use. It is up to you to build your
own optimizer.

There is framework like Lasagne et Keras on top of Theano that provide
optimizers. If you use such framework, you should ask on there mailing list
how to specify your own optimizer.

Frédéric
Post by b***@gmail.com
Hi everyone.
I am pursuing Masters. I am using theano. I wanted to use theano, but I
don't want to use SGD. I have made an optimizer of my own. How to plug it
in theano to train my model.
Is it possible.
Regards
Bhaskar.
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
b***@gmail.com
2017-09-14 23:58:26 UTC
Permalink
Could you help with that?
Post by Frédéric Bastien
Hi,
Theano do not specify the optimizer to use. It is up to you to build your
own optimizer.
There is framework like Lasagne et Keras on top of Theano that provide
optimizers. If you use such framework, you should ask on there mailing list
how to specify your own optimizer.
Frédéric
Post by b***@gmail.com
Hi everyone.
I am pursuing Masters. I am using theano. I wanted to use theano, but I
don't want to use SGD. I have made an optimizer of my own. How to plug it
in theano to train my model.
Is it possible.
Regards
Bhaskar.
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-09-15 12:18:21 UTC
Permalink
I don't have time for that. You don't give enough information in your email
for other people to help you. So I would recommand that you send full code
or full code in attachment + code snipet of the important part in the email.

That way maybe someone else will have the time and would answer.

I would also recommend you to check the deep learning tutorial. They use
sdg, but show how it is done, so you can change the code for your
optimizer: http://deeplearning.net/tutorial/

Frédéric
Post by b***@gmail.com
Hi everyone.
I am pursuing Masters. I am using theano. I wanted to use theano, but I
don't want to use SGD. I have made an optimizer of my own. How to plug it
in theano to train my model.
Is it possible.
Regards
Bhaskar.
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...