Tweeturi
- Tweeturi, pagina curentă.
- Tweeturi și răspunsuri
- Conținut media
Ai blocat pe @chipro
Sigur vrei să vezi aceste Tweeturi? Vizualizarea Tweeturilor nu va debloca utilizatorul @chipro
-
Tweet fixat
An early draft of the machine learning interviews book is out
The book is open-sourced and free. Job search is a stressful process, and I hope that this effort can help in some way.
Contributions and feedback are appreciated!
https://huyenchip.com/ml-interviews-book/ …Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
After my post on real-time machine learning last year, many people asked me how to do it. This post discusses the challenges + solutions for online prediction, online evaluation, and continual learning, with use cases and examples. Feedback appreciated!https://huyenchip.com/2022/01/02/real-time-machine-learning-challenges-and-solutions.html …
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
New blog post! Discussing: 1. Whether a data scientist should be fullstack 2. What caused the unreasonable expectation that DS should know Kubernetes 3. An overview of the tools that can help abstract away infra to allow DS to own a project end-to-end
https://huyenchip.com/2021/09/13/data-science-infrastructure.html …Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
I was never a good systems engineer, so I always avoided the topic of compiling and optimizing ML models. However, as I work with ML on devices, the topic keeps coming up. So I spent the last 3 months learning about ML compilers. Here’s what I learned.https://huyenchip.com/2021/09/07/a-friendly-introduction-to-machine-learning-compilers-and-optimizers.html …
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
Two books, nine years apart
I'm so happy. I still can't believe that a US publisher wants to publish my book!
Grateful to so many people who made this happen.
Designing Machine Learning Systems is scheduled for early 2022.
First 3 chapters are here https://www.oreilly.com/library/view/designing-machine-learning/9781098107956/ …pic.twitter.com/xf6KGp4aPp
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
As I'm getting back to building tools, I'd like to formally apologize to every tool developer whose tool I've complained about before. It's easy to comment on how overwhelming, fragmented, and slow the ML tooling space is. It's 1000x harder to build something to make it better.
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
The more I work in prod, the more I realize how hard it is to do prob & stats right. Splitting data is easy. Sampling data correctly is hard. Writing metrics is easy. Understanding what metrics measure is hard. Monitoring numbers is easy. Interpreting them is very, very hard.
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
It amazes me how tool developers underestimate the onboarding process. Every time I see a new tool, I want to try it out, but 90% of the time, I give up because it takes over 2 hours to just set up the right environment and get the tool to even import.
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
Now that AI can write linked lists better than us, can we get rid of this kind of interview question yet?https://www.youtube.com/watch?v=Kv_E0tUTo2Y&ab_channel=ChipHuyen …
Afișează acest firMulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
The challenge for ML in production is to generalize to constantly changing edge cases. 2 main approaches: 1. Use massive data because more data can lead to better generalization 2. Build infra that allows models to learn to adapt in real-time Hmu if you're excited about #2!
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
Takeaway from
@karpathy's CVPR talk: The most successful ML projects in prod (Tesla, iPhone, Amazon drones, Zipline) are where you own the entire stack. They iterate not just ML algorithms but also: - how to collect/label data - infrastructure - hardware ML models run onMulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
We’ve been incredibly impressed by what our students have been able to build over the last 10 weeks. Our demo day will be open to the public 2pm - 4pm, tomorrow Wed Mar 17 (PT). Come join us and give us feedback! https://bit.ly/cs329s-demo pic.twitter.com/yiF8Z4zI0O
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
The secret to good writing is to publish it before you get bored of it.pic.twitter.com/zN4XTS8prm
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
My students are slowly realizing that if they want to run their models in browsers, they can't avoid JavaScript
pic.twitter.com/N30UOhnpxM
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
I was blown away when I saw that JAX could auto-vectorize my training loops. It's awesome to see 3 posts on JAX in my feed last week. * http://willwhitney.com/parallel-training-jax.html …
@wfwhitney * https://roberttlange.github.io/posts/2021/02/cma-es-jax/ …@RobertTLange * http://lukemetz.com/exploring-hyperparameter-meta-loss-landscapes-with-jax/ …@Luke_Metz Should I do a JAX tutorial?Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
Guys, hear me out. What if instead of showing students that same convnet picture in 10 different classes, some classes teach ML students engineering principles? Idk, something like unit test, CI/CD, performance profiling, typing, encoding, databases, etc.?pic.twitter.com/JTG8ja7OOw
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
So I wrote a 5400-word lecture note on the basics of data engineering for my students, covering: * data formats (row- vs. column-based, text vs. binary) * ETL * batch processing vs. stream processing * training datasets WIP. Feedback much appreciated! https://docs.google.com/document/d/1b9iuZiDEGVLHyMmnf6w2y1aN6yWQhAyqk3GHlpI9q6M/edit?usp=sharing …pic.twitter.com/CShOlt00hk
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
Chip Huyen a redistribuit
A big part of the ML workflow is in debugging. However, debugging for ML is hard! In this post,
@chipro analyzes major sources of errors & their solutions at the four steps: * labeling * feature engineering * model training * model evaluationhttps://snorkel.ai/debugging-ai-applications-pipeline/ …Afișează acest firMulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
Simpson's paradox is one of many reasons why it’s important to evaluate your models on different slices of data. Model 1 outperforms model 2 on group A and group B separately, but model 2 can still outperform model 1 overall. Statistics is amazing.pic.twitter.com/lB41Hwi7UD
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea -
Why no/low-code platforms are exciting In most ML projects, subject matter expertise is only used for labels. In most successful ML projects, SME is also used for feature engineering, error analysis, reranking predictions, etc. No/low-code allows SMEs to get directly involved!
Mulțumim. Twitter va utiliza acest lucru pentru a-ți face cronologia mai bună. Anulează acțiuneaAnulează acțiunea
Încărcarea pare că durează ceva timp.
Este posibil ca Twitter să fie suprasolicitat momentan sau să întâmpine mici probleme. Încearcă din nou sau vizitează Starea Twitter pentru mai multe informații.