Thread: C++ resources for Deep learning

  1. #1
    Registered User
    Join Date
    Jan 2021
    Posts
    1

    C++ resources for Deep learning

    Hi everyone, Im new here, I would love to know any resources/links/books/anything which uses C++(or C) programming languages in the learning material/implementation in the space of Deep learning. I would love to know anyone have anything to share.

    For a little context, Im not a complete beginner into C++/programming. I had worked with C++ for some time.

  2. #2
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Hi, Just pick a framework that you like such as Tensorflow or Pytorch, and read the documentation.
    I recommend Pytorch (libtorch in C++) as the API closely resembles that of the Pythons and it's a breeze to code.
    I however warn you that there is not a single book that you can use to master any of this as far as I know. but Pytorch's official docs and the previously asked questions on SO and Pytorchs official forum
    should be pretty good for beginners.

    Side note, there are other frameworks for C++ as well but I prefer Pytorch myself.
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Latest C/C++ learning resources
    By karumudi7 in forum C Programming
    Replies: 2
    Last Post: 12-03-2018, 07:38 PM
  2. winograd test and deep learning
    By BpB in forum General AI Programming
    Replies: 9
    Last Post: 01-20-2018, 11:24 AM
  3. Replies: 7
    Last Post: 08-18-2010, 12:54 AM
  4. Need some learning resources.
    By Edin in forum Windows Programming
    Replies: 2
    Last Post: 08-15-2003, 02:23 PM
  5. Learning C++ resources
    By uriel2013 in forum C++ Programming
    Replies: 4
    Last Post: 04-26-2003, 09:30 PM

Tags for this Thread