Jump to content

Recommended Posts

Posted

These days I find myself constantly moving back and forth between python and Autoit - - a pity, really, because AutoIt doesn't lack any features as a language, but python just happens to have the libraries I need (SpaCY etc). I've seen some examples of using machine learning and natural language processing, for example:

https://www.autoitscript.com/forum/topic/103905-artificial-neural-network-udf/

https://www.autoitscript.com/forum/topic/111492-link-grammar-for-autoit/

But most of the examples are 8-10 years old. I'm curious if anyone here is actively using AutoIt for NLP or any other ML/statistical purposes.

Posted (edited)

As much of ML has to do with identification/classification, check out the LDA Tutorial in particular (NB this is in a different section of the online Help from the function description + example),

Re.neural networks (as I understand it :baby:), most of it concerns forward and backward propagation of relative weightings of partial-aggregate connectivity matrices, that is, repeated fast matrix multiplication (of weighting adjustments), which is what Eigen was written for in the first place. E4A combines that performance (via dll calls with negligible overhead) with the ease of coding in AutoIt.

Edited by RTFC

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...