Alibek Jakupov6 days ago3 minAzure Text Analytics with Databricks: Fast and FuriousAzure Text Analytics is an AI service that uncovers insights such as sentiment, entities, relations and key phrases in unstructured text....
Alibek JakupovFeb 144 minComputer Vision Data Augmentation: Code SampleI've been recently using Azure Custom Vision for training an image classifier and exporting a trainied model in a tensorflow format. With...
Alibek JakupovFeb 62 minAzure Machine Learning : Pricing detailsThere are many references explaining how to train a model on Azure Machine Learning. There're also plenty of documents demonstrating how ...
Alibek JakupovJan 13 minRookie's research: how Scinan helps in learningRecently I've started my PhD research in NLP, with focus in the analysis of deceptive language on the Internet. This usually takes the fo...
Alibek JakupovDec 12, 20203 minAzure Machine Learning: Fake News detectionContext Opinions such as online reviews are the main source of information for e-commerce customers to help with gaining insight into the...
Alibek JakupovDec 12, 20202 minAzure Databricks: Credential Passthrough with RIn this short article we are going to discuss how to organize a Role-based access using Azure Active Directory Passthrough. No deep stuff...
Alibek JakupovNov 15, 20201 minPython OpenCV fullscreen webcam video : improve image qualityIn one of the previous articles we've already discussed how to use exported Azure Custom Vision models with OpenCV in real time. However,...
Alibek JakupovOct 31, 20205 minAzure Functions with Python: first steps towards 'Clean Code'I like my code to be elegant and efficient. The logic should be straightforward to make it hard for bugs to hide, the dependencies minima...
Alibek JakupovOct 24, 20203 minAzure Custom Vision: analyze multiple objects simultaneously using TensorflowIn this short article we are going to classify multiple objects simultaneosly in real time using Python and Tensorflow. When may this be ...
Alibek JakupovOct 17, 20202 minAzure Custom Vision : Object detection for retrainingIn one of our previous articles we discussed the necessity of limiting the region being analyzed for a better performance. For instance, ...
Alibek JakupovOct 17, 20205 minAzure Custom Vision on Video Stream: face analysis on local.In this short article we are going to discuss how to analyze face on video stream using Azure Custom Vision, OpenCV and Tensorflow. Feel ...
Alibek JakupovOct 11, 20203 minAzure Custom Vision: download all training images with Python and Power ShellIn the previous tutorial we found out how to download training images from Azure Custom Vision. In this article we are going to learn how...
Alibek JakupovMay 1, 20203 minAzure Custom Vision: Run multiple models simultaneously in real time Azure Custom Vision API offers an awesome possibility to train your own classifier using only several images, due to the hardest wizardi...
Alibek JakupovNov 25, 20192 minAzure Custom Vision : download training images with PythonQuote from the official web-site: Customize and embed state-of-the-art computer vision for specific domains. Build frictionless custome...
Alibek JakupovSep 17, 20192 minAzure Functions with Python : get environment detailsIn this short article we are going to discover one more tip to get more information about Azure Functions environment. Up we go! Before w...
Alibek JakupovSep 2, 20194 minMicrosoft Academic Graph: practical experience, step 2Here are the steps implemented in the previous article: Get Microsoft Academic Graph on Azure storage Set up Azure Data Lake Analytics fo...
Alibek JakupovAug 30, 20194 minMicrosoft Academic Graph: practical experience In this article we provide a brief summary of the steps we implemented while testing Microsoft Academic Graph. Though the official Micros...
Alibek JakupovAug 11, 20193 minRead 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 w...
Alibek JakupovJul 4, 20194 minVisualize 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 wizardin...
Alibek JakupovJun 30, 20191 minConnecting to SFTP server from Azure FunctionsOne of the most fascinating things about Azure Functions is the ability to easily deploy your HTTP or Time triggered web services. What i...