DevLifted
HomeArticlesCategoriesTags
All categories

tutorial

2 articles in this category.

Logistic Regression from Scratch in PyTorch: Every Line Explained

intermediateDeep Learning

Logistic Regression from Scratch in PyTorch: Every Line Explained

Build a multi-class classifier in PyTorch without nn.Linear, without optim.SGD, without CrossEntropyLoss. Just tensors, autograd, and arithmetic — so you finally see what those helpers actually do.

April 19, 202615 min read
#pytorch#logistic-regression#autograd

ML Hyperparameters Explained for Beginners: Learning Rate, Epochs, Batch Size, L2, and Seed

beginnerMachine Learning Basics

ML Hyperparameters Explained for Beginners: Learning Rate, Epochs, Batch Size, L2, and Seed

A beginner-friendly explanation of core machine learning hyperparameters — learning rate, epochs, batch size, L2 regularization, and random seed — with simple examples and every important term explained clearly.

April 19, 20269 min read
#machine-learning#hyperparameters#learning-rate
DevLifted

A modern educational platform for developers. Learn, grow, and stay updated with the latest in technology and software development.

Explore

  • Articles
  • Categories
  • Tags

Connect