-
Notifications
You must be signed in to change notification settings - Fork 391
Topic recognition GCN 45249435 #215
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
Topic recognition GCN 45249435 #215
Conversation
…hanged the plot in the notebook
…PatternFlow into topic-recognition
…PatternFlow into topic-recognition
Added high level description of algorithm
|
TF/Torch UsageAdequate use and implementation Good Practice (Design/Commenting)Good spacing and comments AlgorithmDriver Script present Commit LogMeaningful commit messages DocumentationGood Description and Comments Pull RequestSuccessful Pull Request (Working Algorithm Delivered on Time in Correct Branch) |
I can't delete model.py since that is what the driver file calls. I'm assuming that the notebook was supposed to be deleted. The images are there for the README file.
|
Deleted the notebook file since it did not do anything. I cannot delete model.py because driver.py runs model.py. I also cannot get rid of the images because they are used in the README file. The other files are data files. |
|
Data files (and CSV files) should not be in the repository, the .py files are fine. Please remove the data files. |
|
Feedback marks awarded. Still can't merge though because of the .npy file present. |
|
Sorry I forgot one. Should be good now.
…On Wed, 24 Nov 2021 at 07:59, Shakes ***@***.***> wrote:
Feedback marks awarded. Still can't merge though because of the .npy file
present.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#215 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNFMX4EGXTGFPKZJ7IMDK3UNQFF5ANCNFSM5GZFX2ZA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Implemented a multilayered GCN for task 2 (using the the facebook dataset). The driver.py file runs by simply running the file without any parameters. The output will be the model training, the model getting tested, a graph of the accuracy and loss of the validation data set and a tsne of the embedded data set classified.
The readme file is as described in the task.
The model.py file has the model wrapped in a function.
The notebook file has more raw outputs which were omitted from the model.py file. Things like shapes and types of data.
The rest of the files are either images (so they can be added to the readme file) or the data itself (so I can load it in my script).
I've taken inspirations from 2 blog posts. One made by Anton Ruberts and huonw
Name: Paul Turculetu
Student number: 45249435
Course: COMP3710
Kind regards,
Paul