Timeline for Simple Neural Network in C
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 29, 2024 at 22:27 | comment | added | J. H | Thank you for finally reviewing my code, I have been checking this page every day since I asked it. | |
| Nov 29, 2024 at 22:26 | vote | accept | J. H | ||
| Nov 29, 2024 at 9:22 | comment | added | Toby Speight |
The other advantage of getline() over scanf() is that we have a simpler error-recovery strategy - any line we can't parse can simply be discarded. That's more work if we parse directly from the stream.
|
|
| Nov 29, 2024 at 9:20 | history | edited | Toby Speight | CC BY-SA 4.0 |
Spelling and grammar
|
| Nov 28, 2024 at 17:31 | history | answered | pacmaninbw♦ | CC BY-SA 4.0 |