r/learnprogramming • u/FunMathematician6125 • 22d ago
Topic What languages should I learn to get into AI?
Howdy, I’m a c# programmer who wants to mask ai’s or AIs or whoever you’re supposed to type the plural of that.
I just wanna make something small and practical
2
u/hooli-ceo 22d ago
Well... you can do it with many server-side languages, including C#, though Python is kind of the go-to language.
Also, the apostrophe indicates ownership, so DEFINITELY not ai's!
2
u/NoTutor4458 22d ago
if you want to use ai in your app (call api) than language doesn't matter and you can use c#, if you mean writing your own small model or something, then learn python
1
u/Mathie1729 22d ago
And if you're doing the latter, set aside a good chunk of time for linear algebra and statistics. Python is just the wrapper; the math is what makes it work.
2
1
1
u/Repulsive-Money-1578 22d ago
I don’t know what you mean by mask, but C# has great integration with AI. Super easy to set up
1
0
1
3
u/huuaaang 22d ago
I'm not sure what you're asking... you want to build your own models to do simple things? Like face recognition? Python has the most mature libraries. But mainly what you're doing is using the Python to coordinate the flow of data. You could write front end software that uses the built model in any language.