I have been playing around with Cognitive Services since sometime now, as I find them mind blowing APIs to do a lot of Artificial Intelligence tasks without spending much time building AI algorithms yourself. Take FACE API for example. Normally the most common way to do face detection/recognition...
SQL Server R Services https://msdn.microsoft.com/en-us/library/mt604845.aspx SQL Server R Services Tutorials: https://msdn.microsoft.com/en-us/library/mt591993.aspx ML Templates with ‘R’: https://gallery.cortanaintelligence.com/Collection/ML-Templates-with-SQL-Server-R-Services-1
As every year in context of my lesion at University of Applied Sciences in Frankfurt , I give an opportunity to all my students to visit Microsoft office in Bad Homburg and to talk to some Microsoft representatives. This year at April 11th 2016, my Microsoft colleague Julia Jauß will give us an...
You want to learn about Azure Cloud and Data Platform? Then feel invited to out Azure Global Bootcamp at April 16th in Frankfurt am Main. We will have many industry well known experts, professionals and enthusiast. This year we will set more focus and hand on labs then break out session. Attendees will...
Posted to
Damir Dobric Posts
by
Damir Dobric
on
02-04-2016
Filed under:
Filed under: cloud, azure, windows azure, ServiceBus, Microsoft Azure, iot, Devices and Services, Machine Learning, AzureStreamAnalytics, LogicApps, AzureDatalake, Service Fabric
„ Companies that cannot adapt will fall to Digital Darwinism.” Brian Solis, Digital Marketing Analyst Die rasant voranschreitende Digitalisierung der eigenen Produkte und Prozesse sowie der ständige Wandel in den Beziehungen zwischen Zulieferern und Herstellern stellt die Industrie vor große Herausforderungen...
Internet of Things: Getting Started with Event Hubs (article) Microsoft Azure Event Hubs are a managed platform component of Azure IoT services that provides a telemetry data ingestion at cloud scale with low latency and high reliability. Cloud Data Science Process (Video 1h): The Cloud Data Science...
After some time of implementation and testing, the new version of GPdotNET is out. Go to codeplex page and download it. This is huge step in development of this project, because it contains completely new module based on Artificial Neural Network and other optimization methods e.g. Particle Swarm Optimization...
This article is a third one in a series of articles related to introduction to Azure Machine Learning for Developers. When working with Azure Machine Learning you will soon or later want to publish the trained model as a Web Service. However as developer you will expect some way to design your web service...
Last few months I was playing with Artificial Neural Network (ANN) and how to implement it in to the GPdotNET. ANN is one of the most popular methods in Machine Learning, specially Back Propagation algorithm. First of all, the Artificial Neural Network is more complex than Genetic Algorithm, and you...
In the first part ( Episode 1 ) of this series I introduced Azure Machine Learning and problem domain which can be solved with this toolset. The I created the ne ML experiment and described how to deal with data sets. In this part (episode 2) I will step-through an experiment, which should predict if...
Machine Learning is probably one of most exiting areas of software development. But honestly, a common software developer has not so much to do with Machine Learning in his daily job. This is because ML is traditionally a research task and not a development task. It is in its nature hard job to find...