Who says tech isn't fun?
At Gramener, we blend the algorithms with art and AI, data with domain and design.
Subscribe to the feed where we share technology adventures, where data meets doodle, and insights become intriguing.
What I learned at PyCon India 2023
LLMs are a strong focus area and AI engineering is evolving. Python's security, infrastructure and DevOps ecosystems are strengthening. The Python communities focus on diversity and gender equality remains strong and effective.
Exporting ChatGPT chats via ChatGPT
How can ChatGPT can be used to write an npm library that converts chats exported by ChatGPT into Markdown documents? An exploration of techniques to code with ChatGPT.
HDBSCAN isn't always the answer
Every article on clustering recommends HDBSCAN. But it only creates clusters when the clearly exist. In business, force-creating clusters helps discover actionable segments (even if overlapping and unstable). K-Means is more apt here.