TechElfPuneet's profile picture. Founder @AgukenAI

Puneet Grover

@TechElfPuneet

Founder @AgukenAI

Puneet Grover reposted

It's been ~15 months since I switched fields (into DB) and started a PhD, so I did a bit of freewriting. I reflect on ML engineering and some uncomfortable learnings: shreya-shankar.com/phd-year-one/


Puneet Grover reposted

200k LinkedIn giveaway: 🔹 10 signed physical books 🔹 90 1-year subscriptions to the ByteBytego (digital version of SD vol1 and vol2) To enter: ✅ Follow me on Twitter ✅ Like and RT ✅ Subscribe to our Youtube channel: bit.ly/3QsJcQM ⏰ Giveaway ends in 72 hours

alexxubyte's tweet image. 200k LinkedIn giveaway:
 
🔹 10 signed physical books
🔹 90 1-year subscriptions to the ByteBytego (digital version of SD vol1 and vol2)
 
To enter:
✅ Follow me on Twitter
✅ Like and RT
✅ Subscribe to our Youtube channel: bit.ly/3QsJcQM
 
⏰ Giveaway ends in 72 hours

Puneet Grover reposted

🤔 What’s trending in #tech? #technology #techtwitter

EvanKirstel's tweet image. 🤔 What’s trending in #tech? #technology #techtwitter

Puneet Grover reposted

Mixed Integer Programming is an NP-hard optimisation problem arising in planning, logistics, resource allocation, etc. Presenting a solver with neural heuristics that learns to adapt to the problem domain, outperforming SCIP on Google-scale MIPs: dpmd.ai/13349 (1/)

GoogleDeepMind's tweet image. Mixed Integer Programming is an NP-hard optimisation problem arising in planning, logistics, resource allocation, etc. 

Presenting a solver with neural heuristics that learns to adapt to the problem domain, outperforming SCIP on Google-scale MIPs: dpmd.ai/13349 (1/)

Puneet Grover reposted

From a series of opinionated blog posts I wrote about AutoML: fast.ai/2018/07/12/aut… fast.ai/2018/07/16/aut… fast.ai/2018/07/23/aut…

math_rachel's tweet image. From a series of opinionated blog posts I wrote about AutoML:
fast.ai/2018/07/12/aut…
fast.ai/2018/07/16/aut…
fast.ai/2018/07/23/aut…
math_rachel's tweet image. From a series of opinionated blog posts I wrote about AutoML:
fast.ai/2018/07/12/aut…
fast.ai/2018/07/16/aut…
fast.ai/2018/07/23/aut…

Puneet Grover reposted

😐😡🥲🤢😂 What's your score in my newsletter quiz? How many of these offenses against data have you witnessed during your career? (Quiz: bit.ly/quaesita_sfix) #DataScience #Statistics #rstats #MachineLearning #AI #decisions


Puneet Grover reposted

I’ve been working as a software engineer for 10 years 🎂 Man, does time fly! Here’s a list of ten honest takes on the job and the industry. ⬇️


Puneet Grover reposted

Solution from my teammate. He has the best single model. He achieved this using only @GoogleColab , @kaggle TPU and using special loss function. kaggle.com/c/prostate-can…

Got the 2nd place on Prostate cancer grading competition!!! Thank my wonderful and powerful teammates!! Couldn't done this without you. Finally competition master 😎😎😎

RayXie9's tweet image. Got the 2nd place on Prostate cancer grading competition!!! 
Thank my wonderful and powerful teammates!! Couldn't done this without you.

Finally competition master 😎😎😎


Puneet Grover reposted

Today I learned you can use the `-m` flag for `git commit` several times to add separated paragraphs to the commit message. 🔗 git docs: git-scm.com/docs/git-commi… Video alt: Usage of `git commit` with three `-m` flags.


Puneet Grover reposted

Another useful bookmark I just discovered today: amitness.com/2020/06/google… First and formost finally I can get rid of all my tons of "untitled.ipynb". Who knew colab had a scratch notebook? Or that we can run flask apps in colab?!


Puneet Grover reposted

sktime - @scikit_learn like library for time series #machinelearning. Supports forecasting, time series classification, and time series regression. github.com/alan-turing-in…

twiecki's tweet image. sktime - @scikit_learn like library for time series #machinelearning. Supports forecasting, time series classification, and time series regression.
 github.com/alan-turing-in…

Puneet Grover reposted

ICYMI: Springer has made 400+ textbooks free to download, including CS books on Python, deep learning, data science & AI. Full list: bit.ly/SpringerCS #MondayMotivation #ML #DeepLearning #AI #CS #BigData #Python #Scala #TensorFlow #Programming #Coding

MIT_CSAIL's tweet image. ICYMI: Springer has made 400+ textbooks free to download, including CS books on Python, deep learning, data science & AI.

Full list: bit.ly/SpringerCS

#MondayMotivation #ML #DeepLearning #AI #CS #BigData #Python #Scala #TensorFlow #Programming #Coding

Puneet Grover reposted

0/ Essential philosophy for #DataScience, a thread of 32 questions. Grab a friend (virtually) and tackle these 32 essential questions (all with more than one reasonable answer) that every serious #data professional should answer for themselves. #philosophy #rstats #statistics


Puneet Grover reposted

AI Curriculum ⚪MIT 6.S191: Introduction to Deep Learning ⚪CS231n: CNNs for Visual Recognition, Stanford | Spring 2019 ⚪CS224n: NLP with Deep Learning, Stanford | Winter 2019 ⚪CS285: Deep Reinforcement Learning, UC Berkeley | Fall 2019 github.com/Machine-Learni…


Puneet Grover reposted

This is awesome! @GokuMohandas is working on practicalAI practicalai.me – a free tool to discover and organize community-curated ML content! Check it out and please share your feedback!

__MLT__'s tweet image. This is awesome! @GokuMohandas is working on practicalAI practicalai.me – a free tool to discover and organize community-curated ML content! Check it out and please share your feedback!

Puneet Grover reposted

How to Speed up Pandas by 4x with one line of code - KDnuggets buff.ly/2O6GWPF

kdnuggets's tweet image. How to Speed up Pandas by 4x with one line of code - KDnuggets buff.ly/2O6GWPF

Puneet Grover reposted

I made a notebook with examples of cool Python features that either took me a long time to find out or were too intimidating for me to use. I especially focus on the features I find useful for machine learning. github.com/chiphuyen/pyth…


Puneet Grover reposted

Favorite recent jupyter notebook discovery - the %debug magic: 1. Get an exception. 2. Insert a new cell, type %debug and run it. An interactive debugger will open bringing you to where the exception occurred and allowing you to look around!

radekosmulski's tweet image. Favorite recent jupyter notebook discovery - the %debug magic:

1. Get an exception.
2. Insert a new cell, type %debug and run it.

An interactive debugger will open bringing you to where the exception occurred and allowing you to look around!

Loading...

Something went wrong.


Something went wrong.