cmdline_tips (@cmdline_tips) 's Twitter Profile
cmdline_tips

@cmdline_tips

R, Python and Linux Tips for Data Science

ID: 955990943911510016

linkhttp://cmdlinetips.com calendar_today24-01-2018 02:29:37

3,3K Tweet

822 Followers

284 Following

François Chollet (@fchollet) 's Twitter Profile Photo

New top-tier open model just dropped: Gemma. ai.google.dev/gemma 2B and 7B sizes. Base model and instruction-tuned versions available for each. Fast inference thanks to JAX backend in Keras 3. Built-in LoRA fine-tuning capability.

New top-tier open model just dropped: Gemma. 

ai.google.dev/gemma

2B and 7B sizes. Base model and instruction-tuned versions available for each.
 
Fast inference thanks to JAX backend in Keras 3. Built-in LoRA fine-tuning capability.
Thomas Wiecki (@twiecki) 's Twitter Profile Photo

If you want to learn how #LLMs work under the hood or just deepen your understanding, The GenAI Guide by RavinKumar is a great and intuitive resource. Covers transformers, pre-training, fine-tuning, evaluation and a lot more, all with detailed code. ravinkumar.com/GenAiGuidebook…

Thomas Lin Pedersen (@thomasp85) 's Twitter Profile Photo

ggplot2 3.5.0 is on it's way to CRAN 🎉🎉🎉 This is a big one and is in large part the work of Teun van den Brand. The new features will be spread out over several blog posts, starting with this: tidyverse.org/blog/2024/02/g…

Max Kuhn (@topepos) 's Twitter Profile Photo

A new version of the #rstats probably package is on CRAN. A minor update with a bug fix and under-the-hood changes for the upcoming tune version. But there’s finally a hex logo (thanks to Edgar Ruiz) so we have that going for us. Which is nice. probably.tidymodels.org

A new version of the #rstats probably package is on CRAN. A minor update with a bug fix and under-the-hood changes for the upcoming tune version. 

But there’s finally a hex logo (thanks to <a href="/theotheredgar/">Edgar Ruiz</a>) so we have that going for us. Which is nice. 

probably.tidymodels.org
Nathan Yau (@flowingdata) 's Twitter Profile Photo

"When you woke up yesterday, how well-rested did you feel?" Responses by age, based on American Time Use. Better when older

Alicia Curth (@aliciacurth) 's Twitter Profile Photo

Why do Random Forests perform so well off-the-shelf & appear essentially immune to overfitting?!? I’ve found the text-book answer “it’s just variance reduction 🤷🏼‍♀️” to be a bit too unspecific, so in our new pre-print arxiv.org/abs/2402.01502, Alan Jeffares & I investigate..🕵🏼‍♀️ 1/n

Why do Random Forests perform so well off-the-shelf &amp; appear essentially immune to overfitting?!?

I’ve found the text-book answer “it’s just variance reduction 🤷🏼‍♀️” to be a bit too unspecific, so in our new pre-print arxiv.org/abs/2402.01502, <a href="/Jeffaresalan/">Alan Jeffares</a> &amp; I investigate..🕵🏼‍♀️ 1/n
Bruno Mioto (@brunohmioto) 's Twitter Profile Photo

I have made my entire "Introduction to ggplot2" tutorial available on my website! The tutorial covers the basics of ggplot2, geometries, colors, themes, etc. It includes code and comments, as well as references to Pokémon! #RStats #ggplot2 #dataviz brunomioto.com/posts/intro_gg…

Simon Couch (@simonpcouch) 's Twitter Profile Photo

Every couple years, the #rstats tidymodels team puts out a user survey to help us better prioritize what we'll work on next. The results of this survey led to the {agua}, {stacks}, and {spatialsample} pkgs, among others. Our newest survey is up--take it! tidyverse.org/blog/2024/02/t…

ericmjl@localhost:8888 (@ericmjl) 's Twitter Profile Photo

How do you keep your technical skills sharp in a leadership role? I've shared some strategies that have worked for me in my latest blog post: bit.ly/42ZnJWk Let's start a conversation! #datascience #leadership #technicalskills #mentorship #continuouslearning

Richard McElreath 🦔 (@rlmcelreath) 's Twitter Profile Photo

Just uploaded the final solution set for my course for this year. There are nine (like the circles of hell) problem sets and elaborate solution guides available, ranging from intro probability theory to advanced multilevel modeling. Feast your mind freely: github.com/rmcelreath/sta…

Just uploaded the final solution set for my course for this year. There are nine (like the circles of hell) problem sets and elaborate solution guides available, ranging from intro probability theory to advanced multilevel modeling. Feast your mind freely: github.com/rmcelreath/sta…
Kyle Walker (@kyle_e_walker) 's Twitter Profile Photo

I'm very excited about the new {tidychatmodels} package by Albert Rapp, which is a tidyverse-style #rstats interface to LLMs like OpenAI, Mistral, and even local models through Ollama Check it out - it'd be great to get some community momentum around this project!

I'm very excited about the new {tidychatmodels} package by <a href="/rappa753/">Albert Rapp</a>, which is a tidyverse-style #rstats interface to LLMs like OpenAI, Mistral, and even local models through Ollama

Check it out - it'd be great to get some community momentum around this project!
Max Kuhn (@topepos) 's Twitter Profile Photo

We recently moved the Applied Predictive Modeling blog to a new url: blog.aml4td.org The new url reflects the new book that Kjell Johnson and I are writing a new book. You can see the work in progress at aml4td.org #rstats #DataScience #machinelearning

Rafael Irizarry (@rafalab) 's Twitter Profile Photo

Offering a 5-week machine learning course. It covers algorithm development and fundamental concepts. Focus is on genomics datasets. Lectures are in real-time, with discussion board, feedback on homework, and help showcasing your work on GitHub. Apply here: decipherlifesciences.com/apply

Offering a 5-week machine learning course. It covers algorithm development and fundamental concepts. Focus is on genomics datasets. Lectures are in real-time, with discussion board, feedback on homework, and help showcasing your work on GitHub. Apply here: decipherlifesciences.com/apply
Stanley H. Chan (@stanley_h_chan) 's Twitter Profile Photo

I wrote a tutorial on diffusion models for undergrad and grad students. I tried my best to give intuitive explanations for complicated equations. Your feedback is much appreciated Thanks to those who suggested various reading materials to me arxiv.org/abs/2403.18103

I wrote a tutorial on diffusion models for undergrad and grad students. I tried my best to give intuitive explanations for complicated equations. 

Your feedback is much appreciated

Thanks to those who suggested various reading materials to me

arxiv.org/abs/2403.18103
Richard McElreath 🦔 (@rlmcelreath) 's Twitter Profile Photo

I have finally worked through all of Aki Vehtari - @[email protected] & Gelman's "Active Statistics". Advertised as a resource mainly for stats instructors, I think it's prob just as useful for students and self-learners. The case studies alone would be a worthwhile text. avehtari.github.io/ActiveStatisti…

Simon Couch (@simonpcouch) 's Twitter Profile Photo

The newest #tidymodels tune release includes all sorts of goodies—fairness assessment, survival analysis, modernized parallel processing support, percentile intervals for performance metrics, and more. Read more on the #rstats tidyverse blog: tidyverse.org/blog/2024/04/t…

Chip Huyen (@chipro) 's Twitter Profile Photo

I’m excited to share that I’m working on a new book about building applications with foundation models! AI Engineering builds upon Machine Learning Systems Design, but with a focus on large scale, ready made models. The book covers: - The new AI stack (e.g. how it differs from

I’m excited to share that I’m working on a new book about building applications with foundation models! AI Engineering builds upon Machine Learning Systems Design, but with a focus on large scale, ready made models.

The book covers:

- The new AI stack (e.g. how it differs from