Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
That completely slipped my head, I was troubleshooting something and failed to remember to update that! Thanks for telling me!
Thanks for the note, I completely forgot to add a test for calculate_loss.
For
@test.it("Test Neural Network Initialization")
:These checks ensure that your network's weights are of the correct shape as per the architecture defined in the initialization (
SimpleNeuralNetwork(3, 4, 2)
).And lastly
@test.it("Test Forward Pass")
:This test ensures that when your neural network receives an input, it processes the input correctly through its layers and produces an output with the expected dimensions.
I thought future people attempting this would know what a forward pass was since it should be neural network fundamentals... but i'll be happy to update the description and clarify! Thanks a lot for your take on this, i'll update the description as soon as I implement the calculate loss test case. :)
Lots of test cases added and small prompt change, hopefully should put people through hell :)
I see, i'll have that fixed soon!
alright thanks, i'll do that once i get home on my pc.
sorry I just made this for the first years at my trade school, do you have any idea how I could private these?
Resolved
Resolved
I'll look into it! this is my first ever kata lmao
Thanks I'll have it fixed tomorrow!