GitHub - njtierney/naniar: Tidy data structures, summaries, and visualisations for missing data
Tidy data structures, summaries, and visualisations for missing data - GitHub - njtierney/naniar: Tidy data structures, summaries, and visualisations for missing data
GitHub - SchlossLab/mikropml: User-Friendly R Package for Supervised Machine Learning Pipelines
User-Friendly R Package for Supervised Machine Learning Pipelines - GitHub - SchlossLab/mikropml: User-Friendly R Package for Supervised Machine Learning Pipelines
Stephen Wolfram explores the broader picture of what's going on inside ChatGPT and why it produces meaningful text. Discusses models, training neural nets, embeddings, tokens, transformers, language syntax.
Why comment your code as little (and as well) as possible - R-hub blog
When I first started programming, I clearly remember feeling I had to add comments, that would repeat exactly what the code below was doing, as if it were the script for some sort of voice over. I want you to know like I now do that it’s not the way to comment one’s code. 😅
An important goal of good code is to be readable so that future contributors can build with and upon it as needed.
A CRITICAL FIELD GUIDE FOR WORKING WITH MACHINE LEARNING DATASETS
Maybe you’re an engineer creating a new machine vision system to track birds. You might be a journalist using social media data to research Costa Rican households. You could be a researcher who stumbled upon your university’s archive of handwritten census cards from 1939. Or a designer creating a chatbot that relies on large language models like GPT-3. Perhaps you’re an artist experimenting with visual style combinations using DALLE-2. Or maybe you’re an activist with an urgent story that needs telling, and you’re searching for the right dataset to tell it.
Training neural networks can be very confusing! What’s a good learning rate? How many hidden layers should your network have? Is dropout actually useful? Why are your gradients vanishing? In this p…
Part I – Best Practices for Picking a Machine Learning Model
The part art, part science of picking the perfect machine learning model. The number of shiny models out there can be overwhelming, which means a lot of times people fallback on a few they trust th…
haozhu233/PythonEmbedInR: Based off of PythonInR (https://bitbucket.org/Floooo/pythoninr/) but includes a standalone, compiled from source python instead of relying on the python installed on the host machine
Based off of PythonInR (https://bitbucket.org/Floooo/pythoninr/) but includes a standalone, compiled from source python instead of relying on the python installed on the host machine - haozhu233/Py...
batpigandme/night-owlish: 🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme…
🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme… - GitHub - batpigandme/night-owlish: 🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras&...
This book showcases short, practical examples of lesser-known tips and tricks to helps users get the most out of these tools. After reading this book, you will understand how R Markdown documents are transformed from plain text and how you may customize nearly every step of this processing. For example, you will learn how to dynamically create content from R code, reference code in other documents or chunks, control the formatting with customer templates, fine-tune how your code is processed, and incorporate multiple languages into your analysis.