This paper focuses on the implementation and performance comparison of a conventional and an intelligent method for estimation of SoC of a battery. Two different methods of estimation have been selected after careful study and literature review. The first method is Linear Kalman Filter (LKF), which is a conventional method, widely in use. The second method selected is Neural network using Feed Forward. The final results of both the methods are compared and studied to draw a conclusion. Both the methods have been implemented in MATLAB software. For Kalman Filter implementation, Thevenin circuit is modelled to achieve the needed equations. These equations are used to calculate the predict the error which the updates the Kalman gain. In Neural networks, the implementation comprises of training and testing. Mini batches have been taken for the training of the network along with Adam optimizer.
View Paper PreviewClick me
Best Paper Award
Click me
Raman Research Award
Click me
For a person who lost their arm or an upper limb, even a simple task becomes cumbersome because of their disability. Prosthetics play an important role in helping these people cope up with the challenges they face. Swift developments in technology have resulted in powered myoelectric hand prosthetics entering the market but are avoided by many for being expensive to purchase and maintain. This paper outlines the development of an economical prosthetic claw that can be controlled by muscle signals. The project primarily aims to bridge the gap between cheap non-functional prosthetics and expensive fully controllable prosthetics by being affordable, durable, and easy to manufacture without sacrificing functionality. The claw and its components have been designed to be easy to modify, repair, and replace, making it a flexible platform for customization as per the user’s need. This translates to an efficient and feasible solution to the ever-growing need for affordable functional upper limb prosthetics for the physically challenged.
View PaperClick me
Solar energy has emerged as a vital renewable alternative to fossil fuels, enhancing environmental sustainability in response to the pressing need to reduce carbon emissions. However, the integration of solar power into the electrical grid faces challenges due to its unpredictable nature, as a result of solar energy production variability. This research presents an advanced Explainable Artificial Intelligence (XAI) framework to explicate machine learning models decision-making processes, thereby improving the predictability and management of solar energy distribution. The influence of critical parameters such as solar irradiance, module temperature, and ambient temperature on energy yield is studied using the Local Interpretable Model-Agnostic Explainer (LIME). Rigorous testing using four advanced regression models identified Random Forest Regressor as the superior model, with an R2 score of 0.9999 and a low Root Mean Square Error (RMSE) of 0.0061. Furthermore, Partial Dependency Plots (PDP) are used to emphasize the intricate dependencies and interactions among features in the dataset. The application of XAI techniques for solar power generation extends beyond explainability, addressing challenges due to various parameters in solar radiation pattern analysis, error estimation in solar performance, degradation of the battery function, and also provides interpretable insights for enhancing the lifespan of solar panels, contributing to advancements in sustainable energy technologies. The results of this study show how XAI has the potential to transform power system management (PSM) and strategic planning, propelling us toward a future of energy that is more resilient, efficient, and environmentally friendly.
Click me
The project aims to implement a real-time lane, object and pedestrian detection system using visual input froma camera mounted on the front of the vehicle. The project is developed using OpenCV based YOLO libraries and Tensorflow. Various objects that appear in the feed of the camera are identified, numbered and labelled so that the self-driving vehicle can maneuver accordingly. To ensure that proposed system is unique in its approach and performs better than existing methodologies, a novel approach was considered wherein the detection of each parameter is segmented, cascaded and simultaneously executed. This novel approach ensures that detection of each parameter remains independent of the other, and the performance and efficiency is at maximum making the system ideal for autonomous vehicles and semi autonomous vehicles.
Click me