P Vijaya Lakshmi’s scientific contributions

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (7)


From Novice to Expert: A Journey into Training Machine Learning Models
  • Article
  • Full-text available

September 2023

·

137 Reads

·

A David Donald

·

T Aditya

·

[...]

·

P Vijaya Lakshmi

Machine learning has evolved into a priceless asset for tackling complex obstacles across a wide range of disciplines, including Computer Vision(CV), Natural Language Processing(NLP), healthcare, and finance. At the core of machine learning lies the training process, wherein model parameters are optimized to make precise predictions on unseen data. For beginners venturing into this domain, it is crucial to grasp the fundamentals of training machine learning models. This article serves as a comprehensive guide, specifically focusing on training machine learning models using Python. Step-by-step instructions and explanations are provided to facilitate a thorough understanding of the training process. By following this article, beginners will gain practical knowledge and confidence in training their own machine learning models.

Download

Fig.1:-Histogram
Fig.4:-Box plot
Exploratory Data Analysis on Autopilot: Python's Automatic Solutions

September 2023

·

457 Reads

·

2 Citations

Python has gained immense popularity in the fields of data science and machine learning due to its extensive libraries and efficient coding capabilities, enabling time-saving solutions. This article presents a comprehensive tutorial on Automatic Exploratory Data Analysis (EDA) using Python. By leveraging Python libraries, we can swiftly extract valuable insights and statistical information from datasets, reducing the manual effort involved in data exploration. The article aims to equip readers with the knowledge and tools to efficiently analyze data, revealing hidden patterns and trends, all accomplished through just a few lines of code. By the end of this article, readers will have a clear understanding of how Python's automated EDA techniques can revolutionize the data analysis process, maximizing efficiency and productivity.


GPU Magic: Turbocharging Your Machine Learning Models

September 2023

·

34 Reads

This abstract highlights the transformative impact of Graphics Processing Units (GPUs) on the speed and efficiency of machine learning models. GPUs have emerged as indispensable tools in the field of artificial intelligence, revolutionizing the way we approach complex computations. By parallelizing tasks and harnessing thousands of cores, GPUs can significantly reduce training times for deep learning models, making them more accessible and practical for various applications. This abstract explores the concept of GPU acceleration, emphasizing its role in expediting model development, optimizing hyperparameters, and enabling real-time inferencing. Furthermore, it discusses the implications of GPU acceleration in domains such as computer vision, natural language processing, and scientific research. As AI continues to advance, GPUs stand as a vital catalyst for achieving faster, more efficient, and more impactful machine learning models.


Numeric Metamorphosis: Converting Categorical Features With Python

September 2023

·

326 Reads

·

1 Citation

In data preprocessing for machine learning, converting categorical features to numerical values is a crucial step. Python offers various techniques to achieve this transformation. One common approach is Label Encoding, where each category is assigned a unique integer. This method is suitable when there's a meaningful ordinal relationship between categories. Alternatively, One-Hot Encoding can be used to create binary columns for each category, which is ideal when there's no inherent order among them. These conversions enable machine learning algorithms to work with categorical data efficiently, making them an essential part of the data preparation process, ultimately leading to more accurate and effective predictive models.


Python's AutoTS: Your Co-Pilot for Time Series Analysis

September 2023

·

608 Reads

AutoTS is a powerful automatic machine learning library designed specifically for automatic time series forecasting in Python. With its intuitive functionality and versatility, this library empowers users to effortlessly engage in various time series forecasting tasks, such as predicting stock prices for a specified number of days ahead. In this article, we present a comprehensive tutorial on utilizing the AutoTS library in Python. By following this guide, readers will gain insights into the library's capabilities, enabling them to harness its potential for accurate and efficient time series forecasting in their projects. Whether you are a seasoned data scientist or a beginner in the field, AutoTS offers a seamless and accessible solution for tackling complex time series analysis with ease.


A Forest of Possibilities: Decision Trees and Beyond

September 2023

·

659 Reads

Decision trees are fundamental in machine learning due to their interpretability and versatility. They are hierarchical structures used for classification and regression tasks, making decisions by recursively splitting data based on features. This abstract explores decision tree algorithms, tree construction, pruning to prevent overfitting, and ensemble methods like Random Forests. Additionally, it covers handling categorical data, imbalanced datasets, missing values, and hyperparameter tuning. Decision trees are valuable for feature selection and model interpretability. However, they have drawbacks, such as overfitting and sensitivity to data variations. Nevertheless, they find applications in fields like finance, medicine, and natural language processing, making them a critical topic in machine learning.


Data Driven Exploration: Unleashing Topic Modelling Using Python

September 2023

·

63 Reads

Topic Modeling is a crucial technique in natural language processing that involves assigning topic labels to a set of text documents. The primary objective of topic modeling is to unveil the latent themes or subjects present within the textual data. This article serves as a comprehensive guide for individuals seeking to acquire knowledge on performing topic modeling using machine learning algorithms with the aid of Python. Through this article, readers will gain insights into the fundamental concepts of topic modeling, various machine learning techniques used in the process, and a step-by-step implementation using Python programming language. By the end of this article, readers will have a solid foundation in topic modeling and the necessary skills to explore and extract meaningful topics from their own text data.

Citations (1)


... Additionally, label preprocessing was employed to format the categorical labels appropriately for multi-class classification. Using label binarization, the categorical labels were converted into binary matrices, with each class represented as a binary vector [24], enabling the model to effectively handle the classification of multiple snake species. The datasets were partitioned to ensure a balanced distribution for training and evaluation. ...

Reference:

Deep Learning-Based Snake Species Identification for Enhanced Snakebite Management
Numeric Metamorphosis: Converting Categorical Features With Python