extinctsion / neuralNetworkScratch

Making a neural network from scratch without using ML based libraries in all programming language. Hit the star if you like this repository!
MIT License
5 stars 8 forks source link

Add Neural networks code from scratch in Rust #17

Open extinctsion opened 1 month ago

extinctsion commented 1 month ago

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.

TejasGupta-27 commented 3 weeks ago

Can you assign this issue to me ?

extinctsion commented 3 weeks ago

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

extinctsion commented 2 weeks ago

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

TejasGupta-27 commented 2 weeks ago

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: @.***>

TejasGupta-27 commented 2 weeks ago

added my code let me know if any improvements are needed #34

extinctsion commented 2 weeks ago

@TejasGupta-27 I have reviewed and commented to do small changes. Pls do that after that I will merge the code in main branch

TejasGupta-27 commented 2 weeks ago

I am not able to see your comment. Here is the PR #34 .Let me know thanks

extinctsion commented 2 weeks ago

I have started a review. You may find it in the files changed tab