Name of the Magazine : ELECTRONICS
FOR YOU
Vol. No. 56 / Issue No. 09 / September 2024
Article Page No.: 26 –32
-------------------------------------------------------------------------------------------------------------------------------------
Title: Can
software tools accelerate electrification in the automotive industry?
Author: Prabodhan Purvan and Ashish Gawade
Article
Page No.: 44 – 47
Abstract:
The electrification of
automobiles presents a multifaceted challenge, requiring intricate design and
simulation. Can software tools address these complexities?
-------------------------------------------------------------------------------------------------------------------------------------
Vol. No. 15 / Issue No. 2 / July, 2024
Abstract:
User authentication is an important process that ensures only authorized
individuals can access a system or network infrastructure. This process
protects users' sensitive information from unauthorized access and prevents any
unwanted tampering. In this research paper, a unique method for authenticating
users based on typing dynamics has been proposed, aimed to enhance the security
of systems and networks by verifying user identities. This method involves
calculating the period of time each key is pressed and released. The study
includes data collection, feature extraction, model training, and performance
evaluation by measuring the accuracy and precision of the trained model. We
evaluated three deep-learning models to test the proposed method and determine
its accuracy, precision, and superiority among the three models. Based on the
findings of this research, we are able to present an algorithm which
outperforms the other two considered for the experiment. Also, a comparative
study is been presented after the first evaluation which involves assessing the
accuracies for different lengths of the password. Additionally, charts and
graphs were carefully employed to ensure precise representation and effective
visualization of the data.
-------------------------------------------------------------------------------------------------------------------------------------
Name of the Magazine : VOICE & DATA
Vol. No. : 31 / Issue
No.: 08 / August, 2024
Author: Naveen Krishnamoorthy
Abstract: GenAl can help the
healthcare sector enhance data quality, enabling real-time analysis and
generating synthetic data for improved patient care
-------------------------------------------------------------------------------------------------------------------------------------
Abstract:
Telcos are adopting green strategies to cut energy costs, reduce carbon
footprints, and improve efficiency, aiming to turn thin margins into positive
profits.
-------------------------------------------------------------------------------------------------------------------------------------
Name of the Magazine : OPENSOURCE FOR YOU
Vol. No. : 12 / Issue
No.: 11 / September, 2024
Title: Aspiring to be a DevOps Engineer? : Here are a Few Tips
Author: Dhaval Gajjar
Article
Page No. : 52-54 Continued
to page… 60
Abstract:
Organisations are
embracing DevOps in software development to ensure quality products are
delivered faster. This fast-growing domain offers a range of career
opportunities for those willing to learn. You can enrol for one of the many
industry-recognised certifications and then gain experience through internships
and entry-level positions.
-------------------------------------------------------------------------------------------------------------------------------------
Title: Empowering
Python with Redis
Author: Rajnesh Devi
Article Page No. : 88 - 90
Abstract: Redis is an open source, in-memory data structure store, used as a database, cache, and message broker. Its simplicity and speed make it an ideal candidate for real-time applications that need high performance. This article delves into how to harness the power of Redis with Python, focusing on its installation, and use as a storage system and a queue mechanism.