implementing neural networks using c vs using c++? -
implementing neural networks using c vs using c++? -
i'm imlementing neural networks using c language class. haven't programmed c++ nor c long time. started first couple implementations using c language , pain in neck! now, not sure because of language or how nn language?? btw, not allowed utilize nn toolbox or libraries.
some people told me much easier in c++. in tight schedule , i'm afraid might waste "valuable" time transitioning c++ find out benefit marginal!
so thought might guide me this? worth (time efficiency wise) switch c++ or not?
thanks
transitioning c++ worth time, if you've developed object oriented skills , understanding (even if not c++ language itself). if oo hard you, transition may cause more harm good. depends on programmer.
the transition won't hard think. in opinion, it's less learning new language altogether, instead more learning new features language. maintain in mind c code write still compile in c++ (mostly, think? see kitsune's comment on answer) because c++ superset of c.
there's no... direct benefit, speak. can still solve problem in c, c++ , object orientation may help create better, more sharable , understandable solution although don't know much nueral networks, i'm pretty sure of characteristics can neatly abstracted object orientation.
then again, if oo isn't peice of cake, may end making harder you. consider strengths programmer: draw class diagram figure out how fits comfortably? have understanding , appreciation of oo concepts interfacing , abstraction? if not, oo more harm good.
c++ c neural-network
Comments
Post a Comment