Does the C# programming language have a plan to become Python's competitor in the field of artificial intelligence? #8963
-
Does the C# programming language have a plan to become Python's competitor in the field of artificial intelligence? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
There's nothing to do at language level. The echosystem of AI consists of a lot of packages and libraries. The only topic related is about GC being unfriendly with intensive external resource like VRAM. |
Beta Was this translation helpful? Give feedback.
-
Anyway, Python is the first in the field of artificial intelligence. Sooner or later they will write C# code (for the web or other things) with Python and artificial intelligence. That time is too late for C#. |
Beta Was this translation helpful? Give feedback.
-
I agree with others that there isn't anything to do in C# itself to make it more AI-friendly. |
Beta Was this translation helpful? Give feedback.
There's nothing to do at language level. The echosystem of AI consists of a lot of packages and libraries.
The only topic related is about GC being unfriendly with intensive external resource like VRAM.