Category: Machine Learning

This webpage provides concise machine learning tutorials that cater to both beginners and experienced users. The tutorials cover fundamental concepts required for learning the model, as well as advanced techniques. Specifically, the tutorials focus on machine learning with Python, algorithms, pattern recognition, regression, Random Forest Classifier, Random Forest explained, feature importance, and more.

BioinformaticsData AnalysisMachine Learning

The Interval Scheduling Algorithm and its Applications

by:

This tutorial talks about the Interval scheduling algorithm presents a Python version of it and shares its applications in real-life.

BioinformaticsMachine Learning

Non-negative Least Squares: Applications and its Use in Python

by:

This blog post talks about non-negative least squares and its use in bioinformatics, and how to use the method with Python.

Machine Learning

Painless Kmeans in Python – Step-by-Step with Sklearn

by:

This tutorial shows how to use k-means clustering in Python using Scikit-Learn, installed using bioconda.

Machine LearningPython

Simple R Squared Calculation in Python

by:

This short tutorial shows how to find the R squared value in Python using sklearn, which can be helpful when looking at the data correlation in …

Machine Learning

Painless Random Forest Regression in Python – Step-by-Step with Sklearn

by:

This tutorial demonstrates a step-by-step on how to use the Sklearn Python Random Forest package to create a regression model.

Machine Learning

Simple Near-duplicate String Detection with LSH

by:

This tutorial teaches you how to use Locality Sensitive Hashing (LSH) to detect near-duplicate sentences. Moreover, the task of identifying similar sentences is a common task …

Machine Learning

The 2 Most Important Use for Random Forest

by:

This tutorial demonstrates how to use the Sklearn Random Forest (a Python library package) to create a classifier and discover feature importance.

BioinformaticsData visualizationMachine Learning

Data Science Careers carving our professional paths

by:

Data science (or part of any of the data science careers) applies statistical procedures ranging from data transformations, data modeling, statistical and machine learning modeling, and …