AI in Pythton - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: General (https://forum.open.mp/forumdisplay.php?fid=19) --- Forum: Programming (https://forum.open.mp/forumdisplay.php?fid=56) --- Thread: AI in Pythton (/showthread.php?tid=554) |
AI in Pythton - unix - 2019-05-12 Hi What do you think about developing?AIs in?Python Recently started and I think it's very needy nowadays even though nowhere to use it at the moment for myself. I recommend you all to take a step further about learning AI - it will be needed a lot in the "future". RE: AI in Pythton - hual - 2019-05-12 Do you mean tensorflow? If so, I've heard it was specifically designed for Python but I'm not an expert. RE: AI in Pythton - unix - 2019-05-12 (2019-05-12, 06:07 PM)hual Wrote: Do you mean tensorflow? If so, I've heard it was specifically designed for Python but I'm not an expert. Yeah, it's used for object detecting & navigation written in python, c & cuda RE: AI in Pythton - BigETI - 2019-05-13 https://www.youtube.com/playlist?list=PLFt_AvWsXl0frsCrmv4fKfZ2OQIwoUuYO However the important bits are how to design AI instead of what language and library to use to implement AI. RE: AI in Pythton - 6cadilab9 - 2019-05-16 RE: AI in Pythton - SynTacs - 2019-06-14 (2019-05-16, 08:45 AM)6cadilab9 Wrote: I agree with you man, although ML should be learned first before A.I since.. ML builds the basics of what A.I means RE: AI in Pythton - Archivarius - 2019-06-17 Tensorflow is a nice AI lib. It works in various programming languages, not only in Python. Pretty easy & small tool. Check it out. RE: AI in Pythton - Sasino97 - 2019-06-18 (2019-06-14, 06:16 AM)SynTacs Wrote: ML should be learned first before A.I since.. ML builds the basics of what A.I means I am not an expert in AI, but I don't think that's the case.? A simple decision tree algorithm doesn't need any machine learning skills, but it's still AI. RE: AI in Pythton - SynTacs - 2019-06-21 (2019-06-18, 06:22 AM)Sasino97 Wrote:(2019-06-14, 06:16 AM)SynTacs Wrote: ML should be learned first before A.I since.. ML builds the basics of what A.I means I didn't mean that ML and A.I are done in the same... but rather ML builds basics for someone to program an A.I... algorithm-wise I mean |