How can I implement AI in C# ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I implement AI in C# ?

1st Aug 2019, 1:32 PM
Satish Dixit
Satish Dixit - avatar
6 Answers
+ 6
James it isn't difficult to understand. He's asking if you can code AI (Artificial Intelligence) in C#. Satish Dixit If you're doing deep learning (which I assume you are, if you say you want to learn "AI"), then Python is a MUST. Virtually all the big frameworks are Python wrappers over a C++ core. C# has no real deep learning frameworks. There are a couple such as the Microsoft Cognitive Toolkit, but they are on a completely different level from PyTorch or Tensorflow. No serious ML practitioner would do the majority of their research in a framework like that.
1st Aug 2019, 2:23 PM
Jella
Jella - avatar
+ 6
Python is more popular in the AI field of studies. It took me 2 weeks to understand the concept of it but in order to understand ai using C#, you have to understand the language to the core which can take a year or 2. This is why people tend to flock into python. For the record, C# can be used in ML using the new frameworks such as ML.Net being developed right now and the new version of C# (C# 7.0-8.0) focusing on performance while keeping simplicity.
1st Aug 2019, 2:24 PM
Jella
Jella - avatar
+ 6
Thank you Paolo De Nictolis for the link.👍
1st Aug 2019, 2:38 PM
Jella
Jella - avatar
1st Aug 2019, 2:35 PM
Paolo De Nictolis
Paolo De Nictolis - avatar
+ 1
Not sure If I understand what you're asking. Try and rephrase that please?
1st Aug 2019, 1:37 PM
James
James - avatar
0
hahah I read that completely wrong.
1st Aug 2019, 2:25 PM
James
James - avatar