Search
12 results
Citing Research Software Properly: From Stata to PyTorch to That Custom Pipeline
Software citation has lagged behind data citation, but journals and funders now expect it. AI can generate proper citations for software packages, custom code, and computing environments — every time.
ML Engineer in 2026: You Build the Tools Everyone Else Uses
Fine-tune, evaluate, serve, monitor. The ML engineer is the person who ships the models that now power medicine, law, and design. It is the highest-leverage engineering role.
IBM AI Engineering Professional Certificate
IBM / Coursera — Learners targeting AI engineer roles in under 6 months
Fast.ai Practical Deep Learning for Coders
Fast.ai — Coders ready to build real deep learning systems fast
CertNexus Certified Artificial Intelligence Practitioner (CAIP)
CertNexus — Practitioners validating real-world ML skills
FSDP
PyTorch's Fully Sharded Data Parallel — shards model states across GPUs for memory-efficient training.
Model zoo
A collection of pre-trained models — Hugging Face Hub is the biggest.
Tensor parallelism
Splitting individual matrix multiplies across several GPUs so big layers fit.
ZeRO
DeepSpeed's Zero Redundancy Optimizer — shards optimizer state, grads, and params across GPUs.
Mixed precision
Training with both low-precision (BF16/FP16) and high-precision (FP32) numbers where each is best.