Merge pull request #135 from StrikerRUS/patch-1

Add m2cgen for transpiling ML models into PowerShell code
master
Janik Vonrotz 2022-09-22 09:16:04 +02:00 committed by GitHub
commit b67bbb98f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ It includes a command-line shell and an associated scripting language.
## Misc ## Misc
* [DbgShell](https://github.com/Microsoft/DbgShell) - A PowerShell front-end for the Windows debugger engine. * [DbgShell](https://github.com/Microsoft/DbgShell) - A PowerShell front-end for the Windows debugger engine.
* [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native PowerShell code with zero dependencies.
* [poke](https://github.com/oising/poke) - Crazy cool reflection module for PowerShell. * [poke](https://github.com/oising/poke) - Crazy cool reflection module for PowerShell.
Explore and invoke private APIs like nobody is watching. Explore and invoke private APIs like nobody is watching.
Useful for security research, testing and quick hacks. Useful for security research, testing and quick hacks.