Pre-requisite:
Set up Django and linked database of choice
After having installed Django, there are various folders that have been automatically created for you. At this...
From our earlier post, we delved into the reasons behind using a Sigmoid function for the Logistic Regression rather than a normal linear function. In...
Task Queue? Periodic Tasks? What are they?
Task Queue is a way of organizing work or tasks in programs asynchronously, without a user’s request, and...
Soo we are back once again this week, talking about models, views and serializers — essentially everything you will need to get an up-and-running...
At some point in time, you will foray into the realm of web development. With the many frameworks out there, you may be confused...
Sending endless number of job applications, and waiting on end for a reply, yet always ending up with no answer whatsoever.
Sounds familiar?
Writing...
API stands for Application Programming Interface, and is essentially a set of rules and procedures for accessing and using an application or service. One of the...
At some point in time, you will foray into the realm of web development. With the many frameworks out there, you may be confused...
In this article, we will explore Logistic Regression as the starting step towards learning about Neural Network and Machine Learning.
Logistics Regression is mainly used...
Background
Python is fast becoming a popular coding language in the world, and there are many popular frameworks that build on Python. One of them...