noellarkin 23 Posted January 15 Share Posted January 15 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 post Share on other sites
RTFC 463 Posted January 16 Share Posted January 16 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 post Share on other sites
noellarkin 23 Posted January 16 Author Share Posted January 16 2 hours ago, RTFC said: matrix computing environment Thank you! I must have missed this one, will look into it! Link to post Share on other sites
RTFC 463 Posted January 16 Share Posted January 16 (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 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 post Share on other sites
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