Articles by Tag #optimizer

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

MongoDB Multi-Planner Optimizer and Plan Cache

Database systems utilize query planners to optimize data retrieval, primarily through two methods:...

Learn More 12 0Mar 13

PostgreSQL Semi Join, Unique-ify RHS, Materialized CTEs, and Rows Estimation

As a developer, I prefer using a WITH clause and declaring Common Table Expressions (CTE) instead of...

Learn More 3 0Oct 6 '24

SGD in PyTorch

Buy Me a Coffee☕ *Memos: My post explains CGD(Classic Gradient Descent), Momentum and Nesterov's...

Learn More 2 0Oct 4 '24

Optimizers in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Batch, Mini-Batch and Stochastic Gradient Descent in...

Learn More 0 0Oct 5 '24

RMSProp in PyTorch

Buy Me a Coffee☕ *Memos: My post explains RMSProp. My post explains Module(). RMSProp() can do...

Learn More 0 0Oct 5 '24

Adam in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Adam. My post explains Module(). Adam() can do...

Learn More 0 0Oct 5 '24