Search your course

usman

Exploring the Frontiers of AI: A Conversation between ChatGPT and HuggingChat

May 11, 2023, 3:30 p.m.

Artificial intelligence (AI) has been making incredible strides in recent years, and the possibilities of what it can achieve are seemingly limitless. But what are the frontiers of AI, and what lies beyond them? To answer this question, we recently had a fascinating conversation with ChatGPT, a lar…

Read More
usman

Support Vector Machines (SVMs) | Complete guide support vector machine algorithm - Python Ocean

Jan. 29, 2023, 7:10 p.m.

SVMs are a type of supervised learning algorithm that can be used for classification and regression tasks. The basic idea behind SVMs is to find a linear boundary (or hyperplane) that separates the data points of different classes in a high-dimensional feature space. The boundary is chosen so that …

Read More
usman

Introduction to Decision Tree(with sklearn code)

Feb. 8, 2022, 5:34 p.m.

Decision tree algorithm is one of the most popular machine learning algorithms. It uses tree-like structures and their possible combinations to solve specific problems. It belongs to the category of supervised learning algorithms and can be used for classification and regression purposes. A deci…

Read More
usman

An Introduction to Logistic Regression Pythonocean

Oct. 19, 2021, 1:47 p.m.

In this blog, we will talk about the basic concepts of logistics regression and what kind of problems it can help us solve. Logistic Regression is a ranking algorithm used to assign observations to a separate set of classes. Some examples of classification issues are email spam or not spam, online…

Read More
usman

Linear Regression Using Gradient Descent Python

Aug. 26, 2021, 10:22 a.m.

Simple Linear regression is one of the simplest and is going to be first AI algorithm which you will learn in this blog.In statistics, a simple linear regression is a linear regression model with a single defining variable. That is, it relates to two-dimensional sample points with an independent va…

Read More
usman

Windows 11 - All You Need To Know

June 25, 2021, 5:13 p.m.

Windows 11 is released on 24 June 2021, It was great surprice from Microsft, although Microsoft has told a way long time ago that there will be no windows 11, The UI of windows 11 is absolutely amazing and now in the race of better UI, Windows 11 is competing Mac OS.

Read More
usman

What is python programming and why you should learn it in 2021

May 7, 2021, 7:20 a.m.

Python is high level general purpose programming language and is everywhere now a days, what really strong package support (there are more than 200,000 Python packages), You can build possibly anything with python, either a desktop app or website or AI solutions.

Read More