Author name: Roshna S H

Dr. Roshna S H is a scientist by profession with more than five years of teaching experience at graduate and postgraduate levels. She has obtained a Ph.D. from IIT Madras after M.Sc., M. Phil in Physics. She has also cleared CSIR-NET and GATE with top ranks. She is a constant content creator through publications in peer-reviewed international journals and by writing concept based blog articles. She has research experiences in diverse areas spans from atmospheric science to optics as well as spintronics and magnetism. She has obtained awards and recognitions at various international platforms for her contributions as scientific articles and oral presentations. Dr. Roshna completed her Ph.D. with exposure at American physical society, Material research society, University of Oxford, etc. She focuses on communicating the concepts with utmost clarity in the simplest possible way.

Recognising Songs of Endangered Bird Species from Kerala using Deep Learning Techniques

Overview Birds are an incredibly diverse group of animals found all over the Earth. With over 10,000 known species, they come in all shapes, sizes, and colours, and they play a vital role in maintaining the delicate balance of ecosystems around the world. One of the most important roles that birds play is that of

Recognising Songs of Endangered Bird Species from Kerala using Deep Learning Techniques Read More »

decision tree

Decision Tree: A Machine Learning Algorithm

Decision tree is a non-parametric supervised machine learning algorithm which makes use of a tree like structure to make decisions. Decision tree algorithms can be used for both classification and regression though it is mostly meant for classification tasks. Decision trees consist of three types of nodes such as root node, leaf nodes and decision

Decision Tree: A Machine Learning Algorithm Read More »

Machine learning Interview Questions (Part-7)

This is another addition to the series of machine learning (ML) interview questions and answers that have been published on this website. What are Sigmoid function and softmax functions? Explain the difference Sigmoid and softmax functions are functions used for the classification tasks in machine learning and deep learning. Both Sigmoid function and softmax function

Machine learning Interview Questions (Part-7) Read More »

Logistic Regression for Classification in Machine Learning

Logistic regression is an analytical technique in supervised machine learning for performing classification tasks. It is a classification algorithm based on probabilistic approach. Logistic regression approach can be used to make predictions on a categorical dependent variable. The algorithm extracts inferences from a given set of independent input variables and these inferences are used to

Logistic Regression for Classification in Machine Learning Read More »

Computational Prediction of Electronegativity Difference with Radius in Perovskites

Overview Materials science is a field of study that involves the research and discovery of new materials and its functional properties for applications in electronic storage devices, biomedical instrumentation, telecommunication equipment etc. The applications of material science spans from designing of products by exploiting its material properties to the manufacture of products which can contribute

Computational Prediction of Electronegativity Difference with Radius in Perovskites Read More »

Machine learning Interview Questions (Part-6)

This article discusses a couple of machine learning (ML) interview questions asked frequently in data science related job roles. When should we prefer ridge regression over lasso? Explain with reason Ridge regression is a regression in which we use L2 regularization to give a penalty to the loss function to reduce loss in the optimization

Machine learning Interview Questions (Part-6) Read More »

Hyperparameters in Machine Learning

Introduction Hyperparameters are the parameters that are explicitly defined by the user for the machine learning model. This helps the learning process of the machine learning algorithm. The prefix “hyper” in hyperparameter means top-level, indicating these are the controlling parameters to ensure model performance. The user selects the value of the hyperparameter before the training

Hyperparameters in Machine Learning Read More »