Search the Community
Showing results for tags 'artificial intelligence'.
-
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 finding i can study? I would also like to implement features like finding on memory related sentences and compare them I.e. Hello, how are you And split that sentence into 2 type of refferences to the answer, 'Hello' and 'How are you' I.e. Wanna play? I would like to let t
- 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 example: Steve Jobs then identify the sentence purpose with the words we found in the past "for" loop example: Do/Know/You/Who/Steve/Jobs Compare the example in the following matching sentences in memory. 1-St
- 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 (*)", which is really useful for pattern detection. Example: How i could re-create it in Au3? Any help is really appreciated!
- 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 appreciated