+ 1
How can I implement AI in C# ?
6 odpowiedzi
+ 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.
+ 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.
+ 6
Thank you Paolo De Nictolis for the link.👍
+ 2
Yes, with ML.NET: https://dotnet.microsoft.com/apps/machinelearning-ai/ml-dotnet
+ 1
Not sure If I understand what you're asking. Try and rephrase that please?
0
hahah I read that completely wrong.