In this post, we’ll dive into how you can run Python code in SQL Server 2022. This process has changed significantly from previous versions, making it much easier […]
Azure AI Video Indexer
Azure AI Video Index as its name suggests can help create metadata about a video based on its content. The idea being you can upload a video and […]
Should you use GitHub Co-pilot in Azure Data Studio
The simple answer is no. By now you have already tried ChatGPT and have a decent idea about its limitations. The same hold true for GitHub Co-pilot. The […]
Setting up and Configuring CUDA, CUDNN and PYTorch for Python Machine Learning.
To perform image classification its best to have a GPU to improve the speed of operations. To have everything working on a GPU you need to have Pytorch […]
keras.utils.generic_utils’ has no attribute ‘populate_dict_with_module_objects
This is an issue that arises as a result of the version incompatibility of the modules in Keras and tensor flow. The solution you find on google recommends […]
Installing GitHub on VS Code
When using VS Code you will find a need for a Source Control or Version Management Software. Git is by far the most popular and free software used […]
MS SQL Machine Learning -Add Modules -Part 2
In this second post we explore how to setup MSSQL Server Machine Learning. Now that we have Machine learning services installed on SQL Server the next thing will […]
MS SQL Machine Learning -Install ML -Part 1
In this series of post we are going to cover all the steps required to be able to perform Machine learning on Microsoft SQL Server. We will start […]
Configuring Polybase in MS SQL Server 2016
A bit late in the day but I figured I would add a post on how to configure MS SQL Server Polybase. Polybase is a feature of MS […]
Using Decision trees Algorithm in Data mining
A small video on how to setup and use the decision tree algorithm in SSAS to perform data mining. This video should help most developers get started. https://www.youtube.com/watch?v=dtoEMqQGcKg