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

Implement GradientDescentOptimizer #98

Open
migueldeicaza opened this issue Jul 19, 2017 · 11 comments
Open

Implement GradientDescentOptimizer #98

migueldeicaza opened this issue Jul 19, 2017 · 11 comments

Comments

@migueldeicaza
Copy link
Owner

In Python Tensorflow, that is a highlevel operation that would be convenient to have in C#:

python/training/gradient_descent.py

@mdabros
Copy link

mdabros commented Aug 3, 2017

I have started to work on this with the goal of being able to finish the LinearRegression sample from the SampleTest project.

If anybody has already started to implement the GradientDecentOptimizer, or want to contribute, let me know. The branch I am working on can be found here:
https://github.com/mdabros/TensorFlowSharp/tree/gradient-descent-optimizer

@alexpantyukhin
Copy link
Contributor

@mdabros What is the status of the task?

@MaximG1234
Copy link

Would be great to have this

@gmlwns2000
Copy link

+1

@alexpantyukhin
Copy link
Contributor

@mdabros I think it would be okay if you make a WIP PR if you already has some results.

@mdabros
Copy link

mdabros commented Nov 20, 2017

Sadly I have not been able to spent much time on this, so the work is still very preliminary. Basically only the definition of some of the base types. Most of the work can be found here in the training namespace:
Training.

To be realistic I probably won't have time to continue this work until after December, so if anybody wants to contribute or take over, feel free to copy anything useful from my branch.

@alexpantyukhin
Copy link
Contributor

@mdabros I think the most sutable variant of you commit what you already have as WIP pull request (for keeping your work as yours). After that someone will continue.

@mdabros
Copy link

mdabros commented Nov 20, 2017

@alexpantyukhin Sure, if this is the preferred approach, I will submit a WIP pull request as soon as possible.

@praeclarum
Copy link

praeclarum commented Dec 28, 2017

Just popping in to say I would like this too.

@ZivKidd
Copy link

ZivKidd commented Apr 10, 2018

looking forward for this

@lurium
Copy link

lurium commented May 10, 2018

Yes, this would be great.

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

7 participants