A curated list of Anthropic Academy courses with expanded links from LinkedIn shortcuts.
| # | Course | Description | LinkedIn Shortcut | Direct Course URL |
|---|
1 → Generative AI for Beginners 21 lessons. Zero cost. Start here always. https://github.com/microsoft/generative-ai-for-beginners
2 → LLMs from Scratch Build GPT yourself. No black boxes. https://github.com/rasbt/LLMs-from-scratch
| { | |
| "version": "1.9.2", | |
| "date": 1751157387934, | |
| "preferences": { | |
| "automaticMode": { | |
| "active": true, | |
| "newTab": "created" | |
| }, | |
| "notifications": false, | |
| "container": { |
| Extension Name | Version | Status | Link |
|---|---|---|---|
| Add-ons Search Detection | 2.0.0 | ✅ Enabled | Built-in |
| Auxilium Rewriter | 1.0.0 | ✅ Enabled | Not on AMO |
| Bypass Paywalls Clean | 3.0.4.0 | ✅ Enabled | Not on AMO |
| Capital One Shopping: Save Now | 0.1.1219 | ✅ Enabled | AMO |
| Clippings |
| # Set CRAN mirror | |
| options(repos = c(CRAN = "https://cloud.r-project.org")) | |
| # Install optparse if not already installed | |
| if (!requireNamespace("optparse", quietly = TRUE)) { | |
| install.packages("optparse") | |
| } | |
| library(optparse) |