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 »

Major Bioinformatics Databases

There are many free bioinformatics databases available, which offer a wealth of biological data and information. Some of the popular ones are discussed below. NCBI National Center for Biotechnology Information (NCBI) provides access to various biological databases, such as GenBank, PubMed, Protein, and Nucleotide. The National Center for Biotechnology Information (NCBI) is a public database

Major Bioinformatics Databases 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 »