-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question #1
Comments
I will explain in detail how to use the code.. mean while read the paper "Supervised Radom Walks" so that you too can help me if there are any bugs.. I will try to do it before next sunday :) |
Hi, |
@nssr lossfunction.m does that.. if you look at the descriptions in all the files in the beginning, you would understand it fairly easily.. fmincg is like fminunc.. you can use similar kind of functions to solve for the parameters.. im working on writing the detailed description of how all of it works.. you can read the file description in all the files to understand them each.. |
train.m(here the code is incomplete a little bit, if you understand how fminunc works you will write it yourself) trains from the network and gives us the parameters.. differenceindices.m is some helper function.. |
@nssr http://syllogismos.github.io/facebook-link-prediction/ hope this helps.. jump to the end to know how to use my code. |
Hi,
Can you give some instructions of how to use this code, functions? And, which function saves the data in train.csv and test.csv files?
Thanks.
The text was updated successfully, but these errors were encountered: