top of page
Search


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
2,318 views
0 comments

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
2,028 views
1 comment


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
25 views
0 comments


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
3,983 views
0 comments


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
2,542 views
0 comments


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
165 views
0 comments


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
12,494 views
0 comments


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
9,072 views
8 comments


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
2,616 views
0 comments


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
2,291 views
2 comments


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
48 views
0 comments


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
52 views
0 comments


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
889 views
0 comments


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
14,156 views
0 comments


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
855 views
0 comments


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
237 views
0 comments


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
35 views
0 comments


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
1,875 views
0 comments


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
34 views
0 comments


Information Theory: Step 7 Add noise
In this article we are going to create a simple noise generator to set up our future experiment. As we have seen before, the main goal of...
Alibek Jakupov
May 12, 20192 min read
14 views
0 comments
bottom of page