admin, Author at Tutorial Rays - Page 11 of 50

admin

Artificial Intelligence

Module 4: Essential Python Libraries for AI – : Introduction to NumPy

Artificial Intelligence (AI), Machine Learning (ML), Data Science, and Scientific Computing rely heavily on efficient data processing and numerical computations. While Python provides built-in data structures such as lists, tuples,

Read More
Artificial Intelligence

Module 2.9 : Dictionaries and Sets

Introduction In Python programming, storing and organizing data efficiently is very important. Python provides powerful built-in data structures called Dictionaries and Sets. Dictionaries store information using key-value pairs, while sets

Read More
Artificial Intelligence

Module 3.8 – Role of a Data Scientist

: Data Science Fundamentals – Tutorial 28: Role of a Data Scientist In today’s data-driven world, organizations generate enormous amounts of information from websites, mobile applications, social media platforms, sensors,

Read More
Artificial Intelligence

Module 2.8 : Lists and Tuples

Introduction In Python programming, data is often stored in collections. Sometimes we need to store multiple values inside a single variable. Python provides powerful data structures for this purpose called

Read More
Artificial Intelligence

Module 3.7 -Business Applications of Data Science

In today’s digital economy, organizations generate enormous amounts of data through customer interactions, online transactions, social media platforms, mobile applications, sensors, and business operations. However, raw data alone has little

Read More
Artificial Intelligence

Module 3.6 -Data Visualization Basics

Data is most valuable when it can be understood and interpreted effectively. Large datasets often contain important insights, but identifying those insights through rows and columns of raw data can

Read More
Artificial Intelligence

Module 2.7 : Python Operators

Introduction Operators are one of the most important concepts in Python programming. Operators are special symbols used to perform operations on variables, values, and expressions. Whenever you perform calculations, compare

Read More
Artificial Intelligence

Module 3.5 -Data Exploration

Data Exploration is one of the most important stages in the Data Science process. Before building machine learning models or performing advanced analytics, data scientists need to understand the data

Read More
Artificial Intelligence

Module 3.4 -Data Cleaning and Preprocessing

Data is the foundation of every successful Data Science project. However, raw data collected from various sources is rarely perfect. It often contains missing values, duplicate records, inconsistencies, errors, and

Read More
Artificial Intelligence

Module 3.3 -Data Collection Techniques

Data is the foundation of every Data Science project. Without high-quality data, it is impossible to generate accurate insights, build reliable machine learning models, or make effective business decisions. This

Read More