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

Implementing backpropagation #2

Closed
Kerollmops opened this issue Dec 21, 2021 · 1 comment
Closed

Implementing backpropagation #2

Kerollmops opened this issue Dec 21, 2021 · 1 comment

Comments

@Kerollmops
Copy link

Hey,

I wanted to implement a simple and basic word2vec neural network in Rust using a skip-gram model, by hand. I remembered your library from a Reddit post and thought about maybe implementing backpropagation in your library. Can you give me some help on where and how I should implement it? I will probably follow a basic python tutorial on how it works.

Have a good day!

@c0dearm
Copy link
Owner

c0dearm commented May 24, 2022

Hi! Backpropagation is now automatically implemented by doing reverse autodifferentiation.

The issue is not relevant anymore.

@c0dearm c0dearm closed this as completed May 24, 2022
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

2 participants