HACKER Q&A
📣 jsc0218

What AI, ML algorithms do you use?


I wonder what is the most frequently used AI, ML algorithms? Anyone can share your knowledge? say algorithm for what purpose?


  👤 nadbp Accepted Answer ✓
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

👤 RocketSyntax
- Keras: Sequential/Dense (for classification,regression)

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

sklearn can be used for data engineering around keras