Annytab Dox Drive Log v1
This is a documentation of Annytab Dox Drive Log v1, our own royalty-free standard that represents a driving log that can be used to register… Read More »Annytab Dox Drive Log v1
This is a documentation of Annytab Dox Drive Log v1, our own royalty-free standard that represents a driving log that can be used to register… Read More »Annytab Dox Drive Log v1
This is a documentation of Annytab Dox Contract v1, our own royalty-free standard that represent a contract/agreement that can be used to regulate terms in… Read More »Annytab Dox Contract v1
This is a documentation of Annytab Dox Trade v1, our own royalty-free standard that represent a trade document (business document) that can be used for… Read More »Annytab Dox Trade v1
I am going to solve two problems with constraint programming in this tutorial. Constraint Programming (CP) is a flexible technique that can be used to… Read More »Constraint Programming in Python
I will show you how to get data by using pure JavaScript (VanillaJS) in this tutorial. I am going to make a XMLHttpRequest to an… Read More »Get Data with Pure JavaScript (XMLHttpRequest)
I am going to solve a problem with integer programming in this tutorial. Integer programming (IP) is an optimization method that is restricted to use… Read More »Integer Programming in Python
I am going to solve a problem with linear programming in this tutorial. Linear programming (LP) is an optimization technique used to find the best… Read More »Linear Programming in Python
This post describes how to add response caching to controllers (classes and methods) in ASP.NET Core. Response caching reduces the load on a web server,… Read More »Response Caching in ASP.NET Core
I am going to use deep q-learning (DQN) to train an agent on the cartpole problem in this tutorial. Deep q-learning is reinforcement learning and… Read More »Deep Q-learning in Python
I am creating a q-learning agent to solve a cartpole problem in this tutorial. Q-learning is part of active reinforcement learning, it does not need… Read More »Q-learning Agent in Python