Siva Sai has Published 279 Articles

Linear Regression using Turicreate

Siva Sai

Siva Sai

Updated on 18-Jul-2023 14:35:01

79 Views

Any data scientist or analyst must grasp linear regression because it is the foundation of predictive modelling. There are several libraries that can be used to implement this technique in Python, each with their own merits. TuriCreate, a machine learning toolkit offered by Apple, is one such library. It is ... Read More

Linear Regression Using Tensorflow

Siva Sai

Siva Sai

Updated on 18-Jul-2023 14:34:32

312 Views

Introduction Predictive analysis makes heavy use of linear regression, a key idea in machine learning and data analysis. The top open-source machine learning framework TensorFlow offers powerful tools for putting linear regression models into practise. By using concrete examples, this article will guide you through the specifics of linear regression ... Read More

Linear Regression in Python using Statsmodels

Siva Sai

Siva Sai

Updated on 18-Jul-2023 14:33:30

396 Views

Any data scientist must comprehend the fundamentals of linear regression because it is a key algorithm in machine learning and statistics. Numerous libraries in Python make it easier to implement this approach, with Statsmodels being one of the most potent. This article explores the use of linear regression using Statsmodels, ... Read More

Linear Classifier in Tensorflow

Siva Sai

Siva Sai

Updated on 18-Jul-2023 14:32:54

182 Views

Due to its simplicity and effectiveness, linear classifiers have been a mainstay of machine learning for a long time. A well-liked machine learning framework called TensorFlow provides complete support for these models. This article offers an introduction to TensorFlow's linear classifiers, explaining how they operate and how to use them ... Read More

Line plot styles in Matplotlib

Siva Sai

Siva Sai

Updated on 18-Jul-2023 14:31:02

161 Views

Matplotlib is undoubtedly one of the most well-known and widely used of the features that make Python a potent language for data visualisation. Line plots, which are essential tools for displaying data trends, are only one of the many plot styles that can be created using its adaptable framework. In ... Read More

Line Chart using Plotly in Python

Siva Sai

Siva Sai

Updated on 18-Jul-2023 13:38:05

317 Views

Plotly is an interactive, open-source toolkit that enables users to build a wide range of aesthetically pleasing and intelligent charts in the field of data visualisation in Python. The line chart, one of the most popular chart forms, is the subject of this article. In order to help you comprehend, ... Read More

Line chart in Pygal

Siva Sai

Siva Sai

Updated on 18-Jul-2023 13:36:43

211 Views

Pygal stands out among the different Python data visualisation tools. The SVG (Scalable Vector Graphics) outputs from Pygal strike an excellent balance between elegance and customization. This article is devoted to building line charts in Pygal and includes pertinent examples to aid with comprehension. The development of line charts is ... Read More

Limited rows selection with given column in Pandas

Siva Sai

Siva Sai

Updated on 18-Jul-2023 13:35:53

86 Views

Pandas, a Python package, is now the tool of choice for data scientists and analysts all around the world. Row and column selection from dataframes is one of its many functions for data manipulation and analysis. This article examines, using real-world examples, how to use Pandas to pick a set ... Read More

Limitations of Selenium Webdriver

Siva Sai

Siva Sai

Updated on 18-Jul-2023 13:33:50

552 Views

Web testing has undergone a revolution thanks to Selenium WebDriver, a potent technology. This open-source framework is crucial to web application testing since it enables developers to automate browsers. Selenium WebDriver does have some restrictions, though, much as any tool. In order to better comprehend these restrictions, this article explores ... Read More

Like instagram pictures using Selenium and Python

Siva Sai

Siva Sai

Updated on 18-Jul-2023 13:32:34

650 Views

With over a billion members, Instagram is a hugely successful social networking website. It is a favourite platform for data scientists, marketers, and developers alike because to its strong API and data accessibility. With the aid of 2-3 examples, we will examine how to like Instagram photos programmatically using Python ... Read More

Advertisements