flâneur

Machine Learning with Django | Deploy Machine Learning models with Django

deploymachinelearning.com · 644 words · saved by 1 readers

Deploy Machine Learning models with Django

Demand for Machine Learning (ML) applications is growing. Many resources show how to train ML algorithms. However, the ML algorithms work in two phases: the training phase - in which the ML algorithm is trained based on historical data, the inference phase - the ML algorithm is used for computing predictions on new data with unknown outcomes. The benefits for business are in the inference phase when ML algorithms provide information before it is known. There is a technological challenge on how to provide ML algorithms for inference into production systems. There are many requirements…

saved by

related reading