There are several types of machine learning but we will focus on the followings in this article: Supervised learning Unsupervised learning Reinforcement learning Supervised learning Basically used to make predictions about future data from labeled/categorized training dataset. A dataset is a table where: each row is a sample each
Tuesday, June 20, 2017
Thursday, June 15, 2017
Django + Js : display counting timedelta in view
Suppose you have an entry in DB with a timestamp 'start_date'. You want to display the time elapsed since 'start_date' in your view and you want that delay to grow in real time like a clock. In the following example, the user can select one entry at a time
Subscribe to:
Posts (Atom)