Thread: C/C++ AI/Machine Learning Projects

  1. #1
    Registered User
    Join Date
    Jul 2020
    Posts
    7

    C/C++ AI/Machine Learning Projects

    There seem to be a lot of FLOSS Machine Learning Projects out there, but I haven't been able to find that many written in C/C++ (beyond support libraries used by some projects). Are there any interesting FLOSS C/C++ AI or Machine Learning projects out there? I've been trying to put together a list of C/C++ based machine learning resources: Machine Learning and Deep Learning Resources for C/C++ If I've missed any links or resources, please let me know. Thanks.

    I'd love to find a project for creating a personal assistant in C/C++, but all the projects I've found so far seem to be written in Python. Any suggestions? Anyone working on something like this?

  2. #2
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Most AI projects are really just projects to understand English or other human language combined with an Expert System.
    In that case, an programming language like Python is the better choice because it processes text easier than C++.

    Now true AI or Machine Learning without the Text input/output is a good use of C++ or other non text processing oriented programming language. Note: Doing the text input/output is possible with C++ or C; but, I would not wish to do it using C without first getting an good string library working.

    Edit: Add link that shows some projects.
    GitHub - josephmisiti/awesome-machine-learning: A curated list of awesome Machine Learning frameworks, libraries and software.

    Tim S.
    Last edited by stahta01; 07-25-2020 at 12:33 AM.
    "...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

  3. #3
    Registered User
    Join Date
    Jul 2020
    Posts
    7
    Thanks for the feedback. Luckily, I have access to some very good I/O libraries in C along with some other great C library resources. If anyone runs across other interesting C/C++ AI projects, I'd be very interested to hear about them.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Machine Learning Algorithm in C
    By Curious_student in forum C Programming
    Replies: 9
    Last Post: 02-06-2019, 09:07 PM
  2. Replies: 4
    Last Post: 08-08-2014, 01:08 AM
  3. C machine learning
    By kazzn in forum General AI Programming
    Replies: 2
    Last Post: 03-22-2010, 10:12 AM
  4. Machine Learning with Lego Mindstorms
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-30-2009, 02:34 PM
  5. machine learning code in c/c++
    By nchauhan in forum Game Programming
    Replies: 0
    Last Post: 11-14-2003, 10:26 AM

Tags for this Thread