Phorch is one of my best hackathon projects so far! Aimed towards responsible AI and development tools this project won 3rd position in the hackathon 🤩🤩
https://t.co/CtMmFosrN6
@PyTorch@devpost#deeplearning#AI#PyTorch
The 2021 #PyTorchHackathon saw over 1,900 participants from 110 different countries. Meet the winners and check out their winning projects here: https://t.co/idX1PtbXUF
Hey!
A hackathon project of mine got through the first stage. The voting for most popular project is open. Each vote counts so please vote for the project on the link below.
👉 Head to https://t.co/325iZAbLLG and hit "Vote for this project"
The next chapter for #JavaScript is here! #Web based #MachineLearning (#WebML) is growing fast so I made a new #course to teach you how to create next gen web apps using #AI. It's free, and designed for fellow Web Devs & Creatives. Enroll: https://t.co/Zi17TJ2cWX
#MadeWithTFJS
Meet @vidhig_ a recent 3rd place winner in the #PyTorchHackathon 🏆
Read about how they went from being hesitant about participating, to winners in our new edition of #devpoststories >>
https://t.co/6y6WPdbOvM
⠿ Top Pandas Functionalities ⠿
Some python pandas functions that are helpful to me in my everyday tasks of data analysis and data wrangling.
A Thread ↓
There was so much to learn about modzy through its excellent documentation.
Thank you @getmodzy and @devpost for considering ModzEd as one of your honourable mentions 🥂🥂
#Modzy#MLOps
https://t.co/PHAnfWEWYJ
Hey folks!
Join the community at @MLHacks’s Local Hack Day: Build (January 9-16th) for a week-long adventure of learning new skills, completing design and coding challenges, and networking with other hackers from around the world.
Sign up: https://t.co/4dIXVHLo9U
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!