
Power BI : Partially Colorize Line Charts
Power BI is an interactive data visualization software product developed by Microsoft with a primary focus on business intelligence.It is...
Power BI is an interactive data visualization software product developed by Microsoft with a primary focus on business intelligence.It is...
Did you know that your applications, tools, or devices can turn text into human-sounding synthetic speech by using the Azure...
The lifespan of a machine learning project can be accelerated and managed using Azure Machine Learning, a cloud service. Professionals in...
There's an excellent repository on the internet providing examples and best practice guidelines for building computer vision (CV)...
Many of you have already had the opportunity to use Azure Functions. Azure Functions is an on-demand cloud service that provides all the...
In this short blog post we are going to see how to flatten your pandas dataframe after aggregation operation. Why flatten your columns?...
Who can be vaccinated now? How many confirmed cases of Covid-19 are there in France and around the world? What measures should employers...
Clustering is a form of machine learning in which related objects are grouped together based on their characteristics. It is an example...
What is Sentence Transformers? Sentence Transformers are Multilingual Sentence, Paragraph, and Image Embeddings using BERT & Co. These...
Azure Text Analytics is an AI service that uncovers insights such as sentiment, entities, relations and key phrases in unstructured text....
I've been recently using Azure Custom Vision for training an image classifier and exporting a trainied model in a tensorflow format. With...
There are many references explaining how to train a model on Azure Machine Learning. There're also plenty of documents demonstrating how...
Recently I've started my PhD research in NLP, with focus in the analysis of deceptive language on the Internet. This usually takes the...
Context Opinions such as online reviews are the main source of information for e-commerce customers to help with gaining insight into the...
In this short article we are going to discuss how to organize a Role-based access using Azure Active Directory Passthrough. No deep...
In one of the previous articles we've already discussed how to use exported Azure Custom Vision models with OpenCV in real time. However,...
I like my code to be elegant and efficient. The logic should be straightforward to make it hard for bugs to hide, the dependencies...
In this short article we are going to classify multiple objects simultaneosly in real time using Python and Tensorflow. When may this be...
In one of our previous articles we discussed the necessity of limiting the region being analyzed for a better performance. For instance,...
In this short article we are going to discuss how to analyze face on video stream using Azure Custom Vision, OpenCV and Tensorflow. Feel...