What is Machine Learning? Machine learning is a way for computers to learn from data without being specifically programmed. It uses algorithms which can examine through data, learn from it, and th...
Manohar Palanisamy
CancelGetting Started With Machine Learning
Getting Started
Prerequisites Follow the instructions in the Jekyll Docs to complete the installation of the basic environment. Git also needs to be installed. Installation Creating a New Site There are two wa...
Dockerizing Your Development Workflow - A Step-by-Step Guide
Introduction Docker is like a virtual computer that can run inside your actual computer. This virtual computer is called a container, and it can run a specific program or application. Think o...
TCP Connections - How Data Gets From Point A to Point B
Introduction In simple terms, when two devices want to communicate with each other over the network using TCP, they first establish a connection. This connection is like a virtual pipeline between...
Recently Updated