Ask HN: What AI, ML algorithms do you use?

2 points by jsc0218 ↗ HN
I wonder what is the most frequently used AI, ML algorithms? Anyone can share your knowledge? say algorithm for what purpose?

4 comments

[ 2.5 ms ] story [ 19.7 ms ] thread
- Keras: Sequential/Dense (for classification,regression)

- Sklearn: many (for classify,regress,dimensionality reduction)

sklearn can be used for data engineering around keras

Seems everybody uses Python for ML.
... for everything except front end development. And hopefully that changes.