Open extinctsion opened 1 month ago
Can you assign this issue to me ?
Sure. But remember to follow the folder structure as done in Python and it would be a cherry on cake if you add readme.md file for your code. Hint: Take reference from python folder
Hi @TejasGupta-27 , are you still working on this issue? I have initialised the folders with independent cargo crates. Pls take a pull from main branch before merging
Sure,I'm working on it, will do it.
On Sat, Oct 26, 2024, 20:46 Aditya Sharma @.***> wrote:
Hi @TejasGupta-27 https://github.com/TejasGupta-27 , are you still working on this issue? I have initialised the folders with independent cargo crates. Pls take a pull from main branch before merging
— Reply to this email directly, view it on GitHub https://github.com/extinctsion/neuralNetworkScratch/issues/17#issuecomment-2439617333, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCT3N4NM7VU2DBXIBEHF3GLZ5OW3FAVCNFSM6AAAAABOUWC7GGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZGYYTOMZTGM . You are receiving this because you were mentioned.Message ID: @.***>
added my code let me know if any improvements are needed #34
@TejasGupta-27 I have reviewed and commented to do small changes. Pls do that after that I will merge the code in main branch
I am not able to see your comment. Here is the PR #34 .Let me know thanks
I have started a review. You may find it in the files changed tab
Add neural network code from scratch using RUST programming language. [Hint]: You can take help from the python code. Your code should do the same thing as neuralNetwork0.py in RUST.