Skip to main content

Day 15 - Microsoft Artifical Intelligence | Arduino Robotic Kit

Azure ECOSystem

https://docs.microsoft.com/en-us/azure/#pivot=get-started

Azure Application Insights
Just add a tag to client side to
https://docs.microsoft.com/en-us/azure/application-insights/app-insights-dotnetcore-quick-start


Feature Hashing
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/feature-hashing
Giving a word or phrase an integer value indicating the relevance of that text in a given text or dataset.

Created 32k column names , hence takes time to open the next dialog box
Cannot apply SQL Transformation
Need to use Select Columns Filter for publishing web service

Sentimental Analysis Excel online
https://onedrive.live.com/edit.aspx?resid=E96BE125F9F308EB%21116&nd=1&app=Excel

Icon Sets- something new in excel as well

Azure Cognitive Services for Text Analytics

https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics.V2.0/operations/56f30ceeeda5650db055a3c7

Error in urllib.request or conn.request - can't concat str to bytes
body format must be incorrect

401 Error while calling API cognitive services - Need to check Location
https://stackoverflow.com/questions/42123633/access-denied-due-to-invalid-subscription-key-face-api

Azure URL
https://portal.azure.com/#@sayadrameezyahooco.onmicrosoft.com/resource/subscriptions/7b344842-2796-4812-85b0-fb5706b02dbc/resourcegroups/LearnAzureResourceGroup/providers/Microsoft.CognitiveServices/accounts/AzureLearningTextAnalytics/overview


Azure Speech Recognition Services
PyAudio and SpeechRecognition python modules

Speech Recognition with python will crash as the new speech service upgrade from Bing will eoend on srver location
https://github.com/Uberi/speech_recognition/issues/385

Modify init py in Notepad Admin mode

Interctive python
https://ipython.org/documentation.html
https://www.anaconda.com/distribution/


For using Ipython interacrtive window in visual studio
https://docs.microsoft.com/en-us/visualstudio/python/python-interactive-repl-in-visual-studio?view=vs-2017





Comments