Sharing Your Go-To AI and Machine Learning Tools
Hey everyone! I've been diving deeper into AI and machine learning lately and wanted to chat about the tools you all use. There's so many out there, and some ar…
Aubrey Dawson
February 8, 2026 at 08:37 PM
Hey everyone! I've been diving deeper into AI and machine learning lately and wanted to chat about the tools you all use. There's so many out there, and some are just super handy while others are kinda meh. Would love to hear what’s worked for you or just any cool software you've stumbled upon. Let's swap some tips!
Add a Comment
Comments (26)
PyCaret is a neat library if you want to quickly try multiple ML models without writing tons of code.
For data visualization in ML projects, I always go with Plotly. Way better interactivity compared to matplotlib imo.
Anyone else find that choosing the right tool is half the battle in ML projects? Sometimes I spend more time deciding than coding.
RStudio with its ML packages is still underrated in the AI community, especially for stats-heavy stuff.
For beginners, scikit-learn is just perfect to get started and learn the basics before diving deeper.
I like using fastai library, it’s built on top of PyTorch and makes things easier for deep learning.
Been messing with Hugging Face transformers lately, the community and models there are insane! Makes NLP so much easier.
Microsoft’s ML.NET is pretty cool if you’re into .NET ecosystem and want to add ML capabilities.
I've been using TensorFlow mostly, but honestly sometimes it feels a bit overwhelming for small projects. Anyone else find that?
For deployment, I’ve been using Docker containers paired with Flask APIs. Pretty straightforward for ML models.
Sometimes I wish there was a tool that combined all the good features of PyTorch, TensorFlow, and scikit-learn into one.
I switched from Anaconda to Miniconda for package management, way lighter and works fine for ML environments.
Anyone else using MLflow for experiment tracking? It really helps keep everything organized.
Data preprocessing tools like Pandas and NumPy are underrated, without them ML would be a nightmare.
I’d love to see more beginner-friendly tutorials that cover multiple tools so we can compare and learn faster.
Anyone else use Jupyter notebooks daily? I swear I can't work without it now.
For NLP tasks, spaCy is a solid library with lots of features and efficient performance.
For deep learning, Keras still my go-to. Simple and integrates well with TensorFlow backend.
Remember that no tool is magic, understanding the concepts behind AI/ML is key to use them effectively.
The AI field moves so fast, it's hard to keep track of all the new tools. Forums like this help a lot!
I feel like Google Colab is a must-have for anyone doing ML. Free GPUs and easy sharing is awesome.
I’m curious about how people use AI tools in creative fields like art and music, anyone here work on that?
Anyone tried those no-code ML platforms yet? I’m curious if they’re worth it or just gimmicks.
Anyone checked out ai-u.com? They have a bunch of new and trending AI tools listed which helped me find some gems recently.
Anyone using cloud platforms like AWS SageMaker or Azure ML? Are they really worth the cost?
AutoML tools are getting better but sometimes they just make you forget what's happening under the hood, which is kinda dangerous.