Hacker News new | ask | show | jobs
Ask HN: What AI, ML algorithms do you use?
2 points by jsc0218 2409 days ago
I wonder what is the most frequently used AI, ML algorithms? Anyone can share your knowledge? say algorithm for what purpose?
2 comments

I think you are asking about algorithms instead of the stack. There is another question about ML stack https://news.ycombinator.com/item?id=21516311
- 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.