AsterDev (@itzsupra) 's Twitter Profile
AsterDev

@itzsupra

Generalist. In love with fine-tuning models. I like to gamify things.

ID: 1458409406840721416

calendar_today10-11-2021 12:21:33

271 Tweet

194 Followers

247 Following

AsterDev (@itzsupra) 's Twitter Profile Photo

LC Daily Question 30/8 Valid Sudoku: Naive - Loop through 3 times (O(3*81)) for row, col and box cases separately Optimal - Loop through once (O(81)) keeping 3 lists to keep track of all 3 simultaneously and immediately quit.

LC Daily Question 30/8
Valid Sudoku:

Naive - Loop through 3 times (O(3*81)) for row, col and box cases separately

Optimal - Loop through once (O(81)) keeping 3 lists to keep track of all 3 simultaneously and immediately quit.
AsterDev (@itzsupra) 's Twitter Profile Photo

Built a robust CNN based Digit + Math symbol recognizer (BHMSDS dataset) It's got: -> BatchNorm + Dropout for stability -> Early Stopping -> Data Augmentation for generalization Still got alot of inaccuracies but as a first project in DL I see this as a win #DeepLearning :)

AsterDev (@itzsupra) 's Twitter Profile Photo

Whn should I start with DevOPs and System Design? Are there any prerequisites? Im proficient in both Full stack development as well as Deep Learning

AsterDev (@itzsupra) 's Twitter Profile Photo

Winter Arc's just a motivation to get me going Theoretically - CS Fundamentals (DBMS, OS, CN) - DevOps - System Design Practically - Development Projects - ML/DL/Agents - Hackathon - DSA - Resume Building The end goal - Get a well paying internship (already did one)

AsterDev (@itzsupra) 's Twitter Profile Photo

Building an AI Agent that can design and deploy entire websites powered by Gemini 2.5 flash, Inngest and e2b sandboxes Backend’s complete. Frontend’s next. The future of web creation is automation. Love you Google Gemini App❤️