gravatar

Rakshith_R

Rakshith Vijay

Recently Published

Logistic_Reg VS NN
This analysis concludes that while both Logistic Regression and Neural Networks were employed, Logistic Regression provided the most reliable performance for image classification in this context. The results indicate the potential for further optimization of neural network architectures and hyperparameters to improve classification accuracy. Future work may include exploring advanced techniques such as feature engineering, data augmentation, and ensemble methods to enhance model robustness and accuracy. This comparative study underscores the importance of selecting appropriate models and configurations based on the specific characteristics of the dataset, paving the way for improved methodologies in image classification tasks.
Logistic Regression vs. Neural Networks
This analysis concludes that while both Logistic Regression and Neural Networks were employed, Logistic Regression provided the most reliable performance for image classification in this context. The results indicate the potential for further optimization of neural network architectures and hyperparameters to improve classification accuracy. Future work may include exploring advanced techniques such as feature engineering, data augmentation, and ensemble methods to enhance model robustness and accuracy. This comparative study underscores the importance of selecting appropriate models and configurations based on the specific characteristics of the dataset, paving the way for improved methodologies in image classification tasks.
Clustering and Visualization of Human Motion Data using K-means
This analysis explores a dataset of human motion primitives, focusing on preprocessing, exploratory data analysis (EDA), and clustering. Data is loaded from multiple text files, cleaned, and normalized. EDA includes summary statistics, distributions, boxplots, and scatter plots, as well as a correlation heatmap. Clustering is performed using K-means, with the optimal number of clusters determined via the elbow method, and hierarchical clustering is applied to a sample of the data. The clustering results are evaluated using the Hopkins statistic and Davies-Bouldin Index. This comprehensive analysis provides insights into the dataset's structure and clustering tendencies.
Survival Analysis with Neural Networks: An Examination of Haberman's Dataset
This analysis leverages neural network models to explore and predict patient survival outcomes based on Haberman's Survival Dataset. The dataset, containing records from a breast cancer study conducted between 1958 and 1970, includes features such as age, year of operation, and number of positive axillary nodes. This document provides a comprehensive walkthrough of the data, including exploratory data analysis (EDA), preprocessing steps, and the construction and evaluation of a neural network model. Key insights and performance metrics of the neural network are discussed to assess its predictive capability in classifying patient survival status.