Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Binary Am gonna do that for the next one! I was always just scared of how robust it is and how many things one must do in order to use it.
It just feels like an extreme overhead when one just wants C and GDB (or something similar) 😂 -
Brolls31557yI remember following a code project tutorial years ago about writing a NN for doing character recognition. Was very cool.
Afraid my maths etc aren’t really strong enough for things like tensorflow etc.
Not to mention making the time to learn it all!
Congrats on this fun achievement! -
This dude is in hs and finished a neural network project in c. Thats passion right there my dude. Mad kudos to you bud, you are gonna do some amazing shit if you keep this up.
-
@AleCx04 I love you bro. Just with motivation from your comment I'm feeling like I could just get back to code and make one that's gonna recognise your profile pic among other devRanters and don't quit until it's finished.
I feel like an extreme newb but I really appreciate your warm comment.. Thank you, I'm melting from all this, sorry XD -
@Brolls I'd love to check that out! Sounds awesome. And don't underestimate yourself. Maths SEEMS hard. But with things like Khan Academy, you can achieve basically anything you want. It's just attitude and time dedication (you don't have to rush). Good luck with everything anyway!
-
kiki352177yDid you just coded neural network in C? Man, you rock. Consider using Sublime Text though!
-
@uyouthe Thanks! It's pure C with just standard libs.
Sublime always got my attention, but I never really got to using it / learning how to make the best from it. But I will definitely do so asap! -
occams327yBuilding a neural network with little or no IT education, even if basic is still a great achievement. Well done.
-
@Lahsen2016 I know FANN, but I wanna understand it in its entirety and made it from scratch. Thank you!
-
@shinobiultra aww shucks, much love to you too man! You got this. Just keep going and don't stop! Ill subscribe to see what other awesome stuff you come up with!
-
You're better than me.
You did and understand it.
I didn't, but I still want to. -
When I see the 3 layer nested for loop, someone give this poor kid a vectorization math library 😓
-
@shinobiultra ya just rip that mfkn cord out my dude. but for reals that's amazing, please have my babies so they can grow up to be geniuses
-
@CozyPlanes It's really bad, and mostly inconsistent. With my ""custom"" arrays it's extremely unreadable and bad. But I'm gonna write something I'm not ashamed for soon. https://github.com/shinobiultra/...
@BindView It's learning to XOR. I give it two inputs (1/0) and it gives result (0-1). If it's wrong, it "learns" through something called backpropagation. I keep doing that until it's close enough.
And OMG all you guys thanks for that support!!!!! I love you all!! Really
Related Rants
I JUST FINISHED MY FIRST NEURAL NETWORK!!!
But first of all, as I know you guys, it's spaghetti code and even I as a newb see places where I used too few-dimensional array or passed useless parameters or simply wrote too many redundant lines of code. I know it. I will make it MUCH better next time. Period.
But OMFG this made me scream from happiness today!! Just these few seemingly random numbers... I'm really done.. That's why I jumped into coding year or two ago..
And for some background, I didn't study any IT school, I'm just highschooler (general grammar school) who traded gaming for learning. Also my maths teacher teached NNs on university and is very keen to teach me, so that's that.
Now I wanna make the best out of it and I'm looking forward to write some well documented and flexible library, parallelized and everything (I'm gonna learn a lot in the process of doing this) better then FANN.
Maybe I'm gonna fail(99% probability but hey, I'm programmer beginner, I still think I can code everything I want). But if there is just one moment like when I saw this screen today, I'mma trade my life for it.
Sorry for taking your time guys, I was just genuinely stunned... A lot
rant
i almost cried..
c
neural network
no libraries