Introduction to R for Social Researchers: A Practical Course on Data Preparation, Visualisation, and Statistical Analysis by Alexandru Cernat is the featured course 🎓 on Leanpub!

Link: https://leanpub.com/courses/leanpub/intro-r-social

#r #data_structures #databases #data_science

Introduction to R for Social Researchers

Introduction to R for social researchers. Learn data preparation, visualisation, and core statistical methods in R with practical, applied examples.

D3 Start to Finish (2nd Edition) by Peter Cook is on sale on Leanpub! Its suggested price is $40.00; get it for $24.50 with this coupon: https://leanpub.com/d3-start-to-finish/c/LeanPublishingDaily20260507 #graphics #javascript #d3_js #data_science
D3 Start to Finish (2nd Edition)

D3 Start to Finish teaches you how to build a custom, interactive and beautiful data visualisation using the JavaScript library D3.js.

Longitudinal Data Analysis Using R by Alexandru Cernat is on sale on Leanpub! Its suggested price is $80.00; get it for $56.00 with this coupon: https://leanpub.com/long-data-r/c/LeanPublishingDaily20260506 #r #textbooks #data_science #software
Longitudinal Data Analysis Using R

The Longitudinal Data Analysis Using R book covers everything you need to know, from the basics of R and regression to advanced statistical modelling.

Ultimate ML interpretability bundle: Interpretable Machine Learning + Interpreting Machine Learning Models With SHAP by Christoph Molnar is the featured bundle of ebooks 📚 on Leanpub!

Link: https://leanpub.com/b/interpretability

#data_science #python #machine_learning

Ultimate ML interpretability bundle: Interpretable Machine Learning + Interpreting Machine Learning Models With SHAP

Beyond Context Graphs : Agentic Memory , Causual Graphs , Promise Graphs and decision traces by Volodymyr Pavlyshyn is the featured bundle of ebooks 📚 on Leanpub!

How to make agents adopted to enterprice grade tasks

Link: https://leanpub.com/b/beyondcontextgraphs-agenticai

#ai #deep_learning #data_science #software_architecture #databases #data_structures #software_engineering

Beyond Context Graphs : Agentic Memory , Causual Graphs , Promise Graphs and decision traces

The Agentic AI book: From Language Models to Multi-Agent Systems by Dr. Ryan Rad is the featured book 📖 on Leanpub!

It's never been easier to build an AI agent—and never been harder to make one that actually works. This book takes you from language model foundations to production-ready multi-agent systems, with the depth to understand what you're building and why it fails.

Link: https://leanpub.com/TheAgenticAIbook

#ai #computer_science #deep_learning #data_science #gpt #neural_networks

The Agentic AI book

The definitive guide to agentic AI: LLMs, VLMs, RAG, prompt engineering, fine-tuning, agent architecture, and production-ready multi-agent systems.

Машинное обучение без боли: базовый гайд по scikit-learn на практическом примере

Осваиваем scikit-learn за 20 минут 🚀 Выкатил на Хабр гайд для тех, кто хочет понять классический ML на Python без воды. Внутри: — Главный секрет библиотеки (.fit, .predict, .transform) — Как не обмануть себя при оценке модели — Сборка правильного Pipeline, как у мидлов Залетайте читать и забирать шаблоны кода.

https://habr.com/ru/articles/1031044/

#python #scikitlearn #machine_learning #машинное_обучение #data_science #руководство #для_начинающих

Машинное обучение без боли: базовый гайд по scikit-learn на практическом примере

1. Введение: что за зверь этот scikit-learn и зачем он вам Если вы начинаете погружаться в машинное обучение на Python, scikit-learn (в народе просто sklearn ) — это ваша отправная точка. Это...

Хабр

The Orange Book of Machine Learning - Green edition: The essentials of making predictions using supervised regression and classification for tabular data. by Carl McBride Ellis is the featured book 📖 on Leanpub!

The essentials of making predictions using supervised regression and classification for tabular data. Tech stack: python, pandas, scikit-learn, CatBoost, LightGBM, XGBoost

Link: https://leanpub.com/TOBoML2

#machine_learning #data_science #ai #mathematics

The Orange Book of Machine Learning - Green edition

Machine learning: a book on making predictions using supervised regression and classification for tabular data.

The Hundred-Page Machine Learning Book (PDF + EPUB + extra PDF formats) by Andriy Burkov is on sale on Leanpub! Its suggested price is $40.00; get it for $14.00 with this coupon: https://leanpub.com/theMLbook/c/LeanPublishingDaily20260427 #data_science #computer_science
The Hundred-Page Machine Learning Book

Everything you really need to know in Machine Learning in a hundred pages.

NumPy с нуля: понятный гайд для тех, кто хочет в Data Science

Стандартные списки в Python прекрасны своей гибкостью, но когда дело доходит до больших данных и математики, они превращаются в медленных черепах. 🐢 Подготовил для вас максимально практичный гайд: «NumPy с нуля до понимания за 1 статью». Никакой академической воды — только база для быстрого старта в Data Science и аналитике.

https://habr.com/ru/articles/1029440/

#numpy #numpy_datascience #python #python3 #python_для_начинающих #python_tutor #data_science #data_analysis

NumPy с нуля: понятный гайд для тех, кто хочет в Data Science

Привет, Хабр! Мы все любим Python за его лаконичность и читаемость. Стандартные списки ( list ) в нём — прекрасный и гибкий инструмент. В один список можно закинуть целые числа, строки, словари и даже...

Хабр