A Python library that makes it extremely easy to experiment with state-of-the-art
QuickAI QuickAI is a Python library that makes it extremely easy to experiment with state-of-the-art Machine Learning models. Motivation When I started to get into more advanced Machine Learning, I started to see how these famous neural networkarchitectures(such as EfficientNet), were doing amazing things. However, when I tried to implement these architecturesto problems that I wanted to solve, I realized that it was not super easy to implement and quickly experiment with thesearchitectures. That is where QuickAI came in. It […]
Read more