Django Portfolio Project – Part 6 – Deployment
Time to share our app with the world. In this final part of the Django series, we’ll be talking about… Read More »Django Portfolio Project – Part 6 – Deployment
Time to share our app with the world. In this final part of the Django series, we’ll be talking about… Read More »Django Portfolio Project – Part 6 – Deployment
Linear_Regression_with_PyTorch_A_Typical_Workflow PyTorch is a very popular machine learning library used to solved all kinds of problems, including regression and classification.… Read More »Linear Regression with PyTorch – A Typical Workflow
Agricultural Yield Prediction Agricultural Yield Prediction¶ The purpose of this analysis is the creation and comparison of several machine learning… Read More »Machine Learning – Agricultural Yield Prediction – Multiple Regression Models
We have the admin site in place, but this is to be viewed by the admin. Now, let’s create something… Read More »Django Portfolio Project – Part 5 – Views and Templates
In the preceding parts of the series we were creating different types of requests, but primarily these were GET requests.… Read More »Introduction to Flask – Part 4 – POST Requests in Flask