Difference between revisions of "User:Bralani/GSoC2024/Log"
From BRL-CAD
(Created page with "=Development Logs= <h1>Community Bonding Period</h1> * Familiarizing with previous work,especially [Neural Intersection Functions](https://arxiv.org/abs/2306.07191) ==Monday...") |
(→Development Logs) |
||
Line 6: | Line 6: | ||
==Monday, July 1st, 2024== | ==Monday, July 1st, 2024== | ||
Downloaded the code from the repo of fall rainy in order to have a common base source code. Then, installed different libraries (like pytorch) to make it work. | Downloaded the code from the repo of fall rainy in order to have a common base source code. Then, installed different libraries (like pytorch) to make it work. | ||
+ | |||
+ | |||
+ | ==Tuesday, July 2st, 2024== | ||
+ | Implemented a different version of the neural network to make it work with hit/miss task. Got a 0.97 accuracy with bounding sphere approach. |
Revision as of 17:33, 2 July 2024
Contents
Development Logs
Community Bonding Period
- Familiarizing with previous work,especially [Neural Intersection Functions](https://arxiv.org/abs/2306.07191)
Monday, July 1st, 2024
Downloaded the code from the repo of fall rainy in order to have a common base source code. Then, installed different libraries (like pytorch) to make it work.
Tuesday, July 2st, 2024
Implemented a different version of the neural network to make it work with hit/miss task. Got a 0.97 accuracy with bounding sphere approach.