Categories
Uncategorized

Github AI pair programmer

GitHub Copilot ยท Your AI pair programmer

The copilot is integratable into 4 major IDEs

Visual Studio Visual Studio Neovim Neovim VS Code VS Code JetBrains IDEs JetBrains IDEs
Categories
Data Mining

Linear Regression application for data analysis and scientific computing

In this post we’ll share with you the vivid yet simple application of the Linear regression methods. We’ll be using the example of predicting a person’s height based on their weight. There you’ll see what kind of math is behind this. We will also introduce you to the basic Python libraries needed to work in the Data Analysis.

The iPython notebook code

Categories
Data Mining

Classification vs Clustering in Machine Learning

In the post we share some basics of classification and clustering in Machine learning. We also review some of the cluster analysis methods and algorithms.

Categories
Data Mining

Simple text analysis with Python

Finding the most similar sentence(s) to a given sentence in a text in less than 40 lines of code ๐Ÿ™‚