Search the Community
Showing results for tags 'artificial intelligence'.
-
I'm going to grok matrix operations over the next few months, and I wanted to use AutoIt, because I'm sick of all ML examples I come across being in Python :) I'll post example scripts here, starting from the most basic operations (addition, subtraction, multiplication etc). This is primarily so t...
- 3 replies
-
- machine learning
- artificial intelligence
-
(and 2 more)
Tagged with:
-
Hey there! I was thinking about building a chatting artificial intelligence in AutoIt I've been all the day learning about machine learning algorithms, but most of them were made for other type of areas such as marketing. Anyone knows an algorithm for sentences and context pattern findi...
- 15 replies
-
- machine learning
- algorithms
- (and 3 more)
-
Hey there! I've been developing a artificial intelligence. My first hard task was letting the A.I know when a sentence is found in memory with different words What i tried to do here is simply, get all the words in user sentence that could be used as a identifier...
- 10 replies
-
- big data
- artificial intelligence
-
(and 3 more)
Tagged with:
-
Hey there! I was studying about algorithms of machine learning and artificial intelligence inner systems, in specific, i would like to create a similar system like AIML and A.L.I.C.E., but in AU3. I can re-create pretty much all the functions in AIML by myself, except for "any (*)", whic...
- 5 replies
-
- machine learning
- aiml
-
(and 3 more)
Tagged with:
-
Hey There! So, what i need to do is an app that can read text in a image (I.e. a png that has text saying "This is a png" and return the text to a variable) I'm pretty much a newbie on AutoIt, my purpose is doing that but i don't know any function that can Any help is much apprec...