-
Notifications
You must be signed in to change notification settings - Fork 572
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
Comments
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: |
@mdabros What is the status of the task? |
Would be great to have this |
+1 |
@mdabros I think it would be okay if you make a WIP PR if you already has some results. |
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: 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. |
@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. |
@alexpantyukhin Sure, if this is the preferred approach, I will submit a WIP pull request as soon as possible. |
Just popping in to say I would like this too. |
looking forward for this |
Yes, this would be great. |
In Python Tensorflow, that is a highlevel operation that would be convenient to have in C#:
python/training/gradient_descent.py
The text was updated successfully, but these errors were encountered: