Getting Started With TensorFlow

Listen to this article: What is TensorFlow? TensorFlow is an open-source machine learning framework developed by Google. It was released in 2015 and has since become one of the most popular frameworks for building and training machine learning models. TensorFlow is used in a wide range of applications, including image recognition, natural language processing, and speech recognition. It is also used by companies like Google, Uber, and Airbnb to power their machine learning systems....

June 12, 2023 · 5 min · Jonathan

What is a Perceptron and how to implement it in PyTorch

Listen to this article: A perceptron is a type of artificial neural network that is used for binary classification tasks. It is a simple model that consists of a single layer of linear units, with each unit representing a linear decision boundary in feature space. In this article, we will learn about the fundamentals of perceptrons and how to implement a perceptron model using PyTorch. What is a Perceptron? A perceptron is a type of artificial neural network that is used for binary classification tasks....

December 21, 2022 · 4 min · Jonathan