Abstract AlgorithmsAbstract Algorithms

  • Home
  • All Posts
  • All Series
  • About

Category

math

2 articles

What are Logits in Machine Learning and Why They Matter

TLDR: Logits are the raw, unnormalized scores produced by the final layer of a neural network — before any probability transformation. Softmax converts them to probabilities. Temperature scales them before Softmax to control output randomness. šŸ“– T...

Mar 9, 2026•11 min read
Mathematics for Machine Learning: The Engine Under the Hood

Mathematics for Machine Learning: The Engine Under the Hood

TLDR: šŸš€ Three branches of math power every ML model: linear algebra shapes and transforms your data, calculus tells the model which direction to improve, and probability gives it a way to express confidence. You don't need to memorize formulas — you...

Feb 8, 2026•13 min read

Abstract Algorithms

Exploring the fascinating world of algorithms, data structures, and software engineering through clear explanations and practical examples.

Navigation

  • Home
  • Learning Paths
  • Interview Preparation
  • About

Series

  • LLM Engineering
  • Apache Spark Engineering
  • Python Programming

Popular Topics

  • #apache-spark14
  • intermediate12
  • Python6
  • performance6
  • Structured Streaming4
  • big data4

Author

Abstract Algorithms

Abstract Algorithms

@abstractalgorithms

Ā© 2026 Abstract Algorithms. All rights reserved.

Powered by Hashnode