top of page
Search


Azure ML Studio: get prediction probability
In this post we are going to create a sample experiment in Azure Machine Learning studio and build a web service upon this, that allows...

Alibek Jakupov
Jan 25, 20202 min read


Data encryption basic algorithms: Java implementation
In this blog post we are going to see some basic data encryption algorithms, with their implementation in Java. The goal of this article...

Alibek Jakupov
Jan 24, 20208 min read


Azure Custom Vision : download training images with Python
Quote from the official web-site: Customize and embed state-of-the-art computer vision for specific domains. Build frictionless...

Alibek Jakupov
Nov 25, 20192 min read


Comparing TCP and UDP : Learning by doing
Quote from Wikipedia The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated...

Alibek Jakupov
Aug 25, 20194 min read


Page replacement algorithm in C++
Quote from Wikipedia: In a computer operating system that uses paging for virtual memory management, page replacement algorithms decide...

Alibek Jakupov
Aug 25, 20192 min read


Read Excel files from SFTP Server "on-fly"
In this short article we are going to cover some tips and tricks that may be useful in treating Excel files taken from SFTP server. Up...

Alibek Jakupov
Aug 11, 20193 min read


Visualize your deep learning model trained with Custom Vision API
Azure Custom Vision API offers an awesome possibility to train your own classifier using only several images, due to the hardest...

Alibek Jakupov
Jul 4, 20194 min read


Connecting to SFTP server from Azure Functions
One of the most fascinating things about Azure Functions is the ability to easily deploy your HTTP or Time triggered web services. What...

Alibek Jakupov
Jun 30, 20191 min read


Azure OCR with PDF files
Azure OCR is an excellent tool allowing to extract text from an image by API calls. Azure's Computer Vision service provides developers...

Alibek Jakupov
Jun 25, 20192 min read


Azure Functions + Docker + PyODBC
In one of our previous articles we explained how to create an Azure Function with Docker Image. However installing PyODBC may turn out to...

Alibek Jakupov
Jun 25, 20191 min read


Azure Functions : Custom Docker Configuration
There is an excellent official documentation of Microsoft explaining how to create a simple Azure Function on Python. If you create it...

Alibek Jakupov
Jun 23, 20193 min read


Open CV : Real-time video streaming with graphical elements
OpenCV (Open source computer vision) is a library of programming functions mainly aimed at real-time computer vision.Originally developed...

Alibek Jakupov
Jun 18, 20192 min read


Azure Machine Learning Web Services: Send array data
One great advantage of Azure Machine Learning studio is the ability to easily deploy your trained model as a web service. Set Up For...

Alibek Jakupov
Jun 17, 20192 min read


Azure Machine Learning Studio: SMOTE with multi class data
Oversampling and undersampling in data analysis are techniques used to adjust the class distribution of a data set (i.e. the ratio...

Alibek Jakupov
Jun 16, 20192 min read


Connect your Unity project to the MS Sql Server
What if you want to connect your unity project and connect it to your database. For instance, you have a set of users and a set of skills...

Alibek Jakupov
May 26, 20192 min read


Genetic Algorithm from scratch : Traveling salesman problem
It is paradoxical, yet true, to say, that the more we know, the more ignorant we become in the absolute sense, for it is only through...

Alibek Jakupov
May 26, 20194 min read


Semantic similarity-based Key word extraction
This post is inspired by the Burton DeWilde's article (Intro to Automatic Keyphrase Extraction). In his post he gives an excellent...

Alibek Jakupov
May 19, 20192 min read


SMOTE on Azure ML Studio
How often we have a fully normalized dataset with almost equal number of instances per class? In a real-world cases with data collected...

Alibek Jakupov
May 19, 20192 min read


SMOTE Memory Error: Tips and tricks
If you are reading this article then you have probably already faced this issue while running your oversampling experiment. Here I share...

Alibek Jakupov
May 12, 20192 min read


Information Theory: Step 8 Error correction
And here we go : the ending part of our series. Here we are going to implement the error correction using Hamming code. Brief recap...

Alibek Jakupov
May 12, 20193 min read
bottom of page
