Agent skill
ai-analysis-guide
Install this agent skill to your Project
npx add-skill https://github.com/Gaku52/claude-code-skills/tree/main/07-ai/ai-analysis-guide
SKILL.md
日本語版
AI Analysis Guide
AI/ML is the technology for extracting value from data. This skill systematically covers all aspects of AI analysis — from machine learning fundamentals, deep learning, natural language processing, and computer vision to practical model development workflows.
Target Audience
- Engineers seeking to systematically learn AI/ML fundamentals
- Those working on data analysis and predictive model development
- Professionals looking to leverage AI in their work
Prerequisites
- Basic knowledge of Python
- Foundational mathematics (concepts in linear algebra and probability/statistics)
Learning Guide
00-fundamentals — AI/ML Fundamentals
| # | File | Description |
|---|
01-ml-basics — Machine Learning Basics
| # | File | Description |
|---|
02-deep-learning — Deep Learning
| # | File | Description |
|---|
03-practical — Practical Applications
| # | File | Description |
|---|
Quick Reference
ML Algorithm Selection:
Classification → Logistic Regression → Random Forest → XGBoost → NN
Regression → Linear Regression → Random Forest → XGBoost → NN
Clustering → k-means → DBSCAN → Hierarchical
Dimensionality → PCA → t-SNE → UMAP
Text → Transformer → BERT → GPT
Image → CNN → ResNet → Vision Transformer
References
- Goodfellow, I. et al. "Deep Learning." MIT Press, 2016.
- Geron, A. "Hands-On Machine Learning." O'Reilly, 2022.
- Vaswani, A. et al. "Attention Is All You Need." NeurIPS, 2017.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
computer-science-fundamentals
A comprehensive guide covering the fundamentals of computer science. From hardware internals and data representation to algorithms, data structures, computation theory, programming paradigms, and software engineering basics — a systematic guide to all the CS foundations every engineer needs.
operating-system-guide
programming-language-fundamentals
algorithm-and-data-structures
linux-cli-mastery
aws-cloud-guide
Didn't find tool you were looking for?