ilkecandan.hashnode.devTime Series Store-sales DataCode: https://www.kaggle.com/code/uom190649f/time-series-data-analysis#ENV Introduction In this blog, we are going to present a solution to predict grocery sales with machine learning. We will forecast store sales using time-series forecasting based ...Nov 6, 2022·6 min read
ilkecandan.hashnode.devHuman Activity Recognition with Smartphones by Logistic RegressionCheck out the code here: https://github.com/ilkecandan/Human-Activity-Recognition Dataset: https://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones Introduction By monitoring someone's daily behaviors, humans may learn abo...Nov 1, 2022·3 min read
ilkecandan.hashnode.devSalary Prediction with Linear Regression Machine Learning ModelIn this project, I am going to perform the development of a linear regression model for salary prediction. It is pretty simple. It is meant as a revisal of the topic or simply a tutorial. Data Set and the code: https://github.com/ilkecandan/Linear-Re...Oct 27, 2022·6 min read
ilkecandan.hashnode.devDjango FormsThere are a few typical operations that we should support for any model we develop if we are constructing a system. These are CRUD operations, which stand for create, read, update, and delete. These are the bare minimum operations that a system ought...Jul 18, 2022·2 min read
ilkecandan.hashnode.devBuilding a Robust Front End in DjangoBefore starting create a project and an app. Check previous blogs for assistance if you would like. It's time to consider the front end of our project. Let's add some colors because the HTML-only versions of our templates are too plain. Making a fold...Jul 18, 2022·4 min read