Message from C, C++ discussions
November 2019
— In my experience, just use Python with keras or scikit-learn. It's much less of a headache
Programming your own neural network is such a pain that nobody should go through (unless you really want to do it, and just for fun)
— But you need quite some knowledge (numerical analysis, statistics, machine learning, parallelism in GPUs, solid language knowledge, etc...)
— Thank you guys. really appreciate the help
— Can someone share a good c++ pdf for beginners
— Read the rules
— Sry
— Programming is gonna be my way out of hell
— 😂
—
int ArrayMemberTotal;
top :
;
StringorInt choice = Choose();
while(choice == 'S' || choice == 'I' ){
goto Here;
}
while(choice != 'S' || choice != 'I' ){
not_An_Option();
goto top;
}
Here :
;
— Goto...
— Can i do something like this , choice is an enumeration with the alias StringorInt, that the choose function returns , and stores to choice