Ask HN: What AI, ML algorithms do you use? 2 points by jsc0218 6y ago ↗ HN I wonder what is the most frequently used AI, ML algorithms? Anyone can share your knowledge? say algorithm for what purpose?
[–] RocketSyntax 6y ago ↗ - Keras: Sequential/Dense (for classification,regression)- Sklearn: many (for classify,regress,dimensionality reduction)sklearn can be used for data engineering around keras [–] jsc0218 6y ago ↗ Seems everybody uses Python for ML. [–] RocketSyntax 6y ago ↗ ... for everything except front end development. And hopefully that changes.
[–] jsc0218 6y ago ↗ Seems everybody uses Python for ML. [–] RocketSyntax 6y ago ↗ ... for everything except front end development. And hopefully that changes.
[–] RocketSyntax 6y ago ↗ ... for everything except front end development. And hopefully that changes.
[–] nadbp 6y ago ↗ 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
4 comments
[ 2.5 ms ] story [ 19.7 ms ] thread- Sklearn: many (for classify,regress,dimensionality reduction)
sklearn can be used for data engineering around keras