top of page
Search


Alibek Jakupov
Jan 24, 20208 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...
2,304 views
0 comments

Alibek Jakupov
Nov 25, 20192 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...
2,026 views
1 comment


Alibek Jakupov
Aug 25, 20194 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...
25 views
0 comments


Alibek Jakupov
Aug 25, 20192 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...
3,983 views
0 comments


Alibek Jakupov
Aug 11, 20193 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...
2,539 views
0 comments


Alibek Jakupov
Jul 4, 20194 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...
165 views
0 comments


Alibek Jakupov
Jun 30, 20191 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...
12,458 views
0 comments


Alibek Jakupov
Jun 25, 20192 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...
9,065 views
8 comments


Alibek Jakupov
Jun 25, 20191 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...
2,614 views
0 comments


Alibek Jakupov
Jun 23, 20193 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...
2,274 views
2 comments


Alibek Jakupov
Jun 18, 20192 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...
48 views
0 comments


Alibek Jakupov
Jun 17, 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...
52 views
0 comments


Alibek Jakupov
Jun 16, 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...
888 views
0 comments


Alibek Jakupov
May 26, 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...
14,101 views
0 comments


Alibek Jakupov
May 26, 20194 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...
855 views
0 comments


Alibek Jakupov
May 19, 20192 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...
237 views
0 comments


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


Alibek Jakupov
May 12, 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...
1,864 views
0 comments


Alibek Jakupov
May 12, 20193 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...
34 views
0 comments


Alibek Jakupov
May 12, 20192 min read
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...
14 views
0 comments
bottom of page