วันพุธที่ 26 พฤศจิกายน พ.ศ. 2568

infrastructure as code

 AWS Cloudformation

Terraform (https://developer.hashicorp.com/terraform/tutorials/aws-get-started/infrastructure-as-code)

วันอาทิตย์ที่ 23 พฤศจิกายน พ.ศ. 2568

Google Optimization Tool

OR-Tools is an open source software suite for optimization, tuned for tackling the world's toughest problems in vehicle routing, flows, integer and linear programming, and constraint programming.

https://developers.google.com/optimization

วันอาทิตย์ที่ 9 พฤศจิกายน พ.ศ. 2568

Online learning vs Offline learning

Online learning (or online machine learning) is a method in machine learning where the model continuously learns from a sequential stream of data, updating its parameters incrementally with each new data instance or small batch of data.

It is a dynamic process that allows a model to adapt to new patterns and changes in the data distribution in real-time.

Online learning is the opposite of the more traditional Batch Learning (or Offline Learning) approach.