noellarkin Posted January 15, 2023 Share Posted January 15, 2023 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. Link to comment Share on other sites More sharing options...
RTFC Posted January 16, 2023 Share Posted January 16, 2023 My E4A matrix computing environment provides extensive support for simple and advanced statistics. noellarkin 1 My Contributions and Wrappers Spoiler BitMaskSudokuSolver BuildPartitionTable CodeCrypter CodeScanner DigitalDisplay Eigen4AutoIt FAT Suite HighMem MetaCodeFileLibrary OSgrid Pool RdRand SecondDesktop SimulatedAnnealing Xbase I/O Link to comment Share on other sites More sharing options...
noellarkin Posted January 16, 2023 Author Share Posted January 16, 2023 2 hours ago, RTFC said: matrix computing environment Thank you! I must have missed this one, will look into it! Link to comment Share on other sites More sharing options...
RTFC Posted January 16, 2023 Share Posted January 16, 2023 (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 ), 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 January 17, 2023 by RTFC My Contributions and Wrappers Spoiler BitMaskSudokuSolver BuildPartitionTable CodeCrypter CodeScanner DigitalDisplay Eigen4AutoIt FAT Suite HighMem MetaCodeFileLibrary OSgrid Pool RdRand SecondDesktop SimulatedAnnealing Xbase I/O Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now