Browse by Domains

Python programming

Machine learning algorithms in Python

5 Most Used Machine Learning Algorithms in Python

Machine learning is the concept of programming the machine in such a way that it learns from its experiences and different examples, without being programmed explicitly. It is an application of AI that allows machines to learn on their own. Machine learning algorithms are a combination of math and logic that adjust themselves to perform […]

5 Most Used Machine Learning Algorithms in Python Read More »

Text Summarization Python

Text Summarization in Python

Before we move on to the complicated concepts, let us quickly understand Text Summarization in Python. Here is the definition for the same. “Automatic text summarization is the task of producing a concise and fluent summary while preserving key information content and overall meaning”-Text Summarization Techniques: A Brief Survey, 2017 Contributed by: Nitin Kumar Need

Text Summarization in Python Read More »

spyder python

An Introduction to Spyder Python IDE

Why Python? Python is preferred by most data scientists and software developers because of the various functionalities provided by python and the best among those is its open-source feature. Anyone all over the globe can create their own package and make it public for others to use and hence improving the python backend on a

An Introduction to Spyder Python IDE Read More »

categorical data

Understanding Categorical Data | What is Categorical Data?

Feature engineering is a crucial step in building a performant machine learning model. Understanding categorical variables and encoding those variables with the right encoding techniques is paramount during the data cleaning and preparation stage. A survey published on Forbes says that Data preparation accounts for about 80% of data scientists’ work. Data scientists spend 60%

Understanding Categorical Data | What is Categorical Data? Read More »

web scraping tutorial

Web Scraping Tutorial – A Complete Introduction

Getting Started with Python What is Python? Python is a general-purpose, high-level, and very popular scripting language. It was released in 1991 and was created by Guido Van Rossum. Python is quite appreciated for its sleek syntax and readable code, and Python suits you better if you are just starting your programming career. While other

Web Scraping Tutorial – A Complete Introduction Read More »

linear discriminant analysis

Linear Discriminant Analysis or LDA in Python

Linear discriminant analysis is supervised machine learning, the technique used to find a linear combination of features that separates two or more classes of objects or events.  Linear discriminant analysis, also known as LDA,  does the separation by computing the directions (“linear discriminants”) that represent the axis that enhances the separation between multiple classes. Also, Linear

Linear Discriminant Analysis or LDA in Python Read More »

classes and objects in python

Classes and Objects in Python

What do you see when you look around you? You see a lot of objects, don’t you! If you see a laptop in front of you, what is it? Well, it is a real-world object! Similarly, if there’s a car on the road? What is that? A car again is a real-world object! Now, if

Classes and Objects in Python Read More »

Scroll to Top