#
cognitive-services
Here are 420 public repositories matching this topic...
This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/en-us/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
-
Updated
Sep 12, 2020 - Java
An easy to use C# deep learning library with CUDA/OpenCL support
machine-learning
deep-learning
neural-network
image-processing
artificial-intelligence
image-classification
object-detection
cognitive-services
deep-neural-network
-
Updated
May 30, 2019 - C#
Cognitive Services Face client library for Android.
-
Updated
Sep 20, 2019 - Java
Python SDK for the Microsoft Face API, part of Cognitive Services
-
Updated
Mar 12, 2020 - Python
iOS SDK for the Microsoft Face API, part of Cognitive Services
-
Updated
Oct 1, 2019 - Objective-C
SDK & Sample to do speech recognition using websockets in Javascript
javascript
microsoft
typescript
browser
sdk
recognition
js
websocket
websockets
speech
ts
speech-recognition
cognitive-services
speechtotext
speechrecognition
microsoft-speech-service
-
Updated
Mar 25, 2019 - TypeScript
Windows SDK for the Microsoft Face API, part of Cognitive Services
-
Updated
Jun 3, 2019 - C#
Connect(); 2018 - AI Visual Provision Sample App
xamarin
computer-vision
azure
azure-sdk
xamarin-forms
cognitive-services
handwriting
handwriting-recognition
connect18
-
Updated
Oct 25, 2019 - C#
A biofeedback visualization made with Three.js, Vue, and LUIS (cognitive services), made with Brian Holt
-
Updated
Oct 10, 2018 - Vue
An Android ChatBot powered by IBM Watson Services (Assistant V1, Text-to-Speech, and Speech-to-Text with Speaker Recognition) on IBM Cloud.
android
text-to-speech
conversation-service
watson
chatbot
dialog
speech
intent
workspace
entity
assistant
conversation
android-studio
speech-to-text
cognitive-services
speaker-recognition
speaker-diarization
ibm-cloud
watson-assistant-service
speaker-labels
-
Updated
Dec 13, 2018 - Java
Node.js module for the Bing Search API (Cognitive Services)
-
Updated
May 29, 2019 - JavaScript
A client library that makes it easy to work with the Microsoft Cognitive Services Speech Services Speech to Text API on Xamarin.iOS, Xamarin.Android, UWP, and Xamarin.Forms/.NET Standard libraries used by those platforms
android
microsoft
ios
xamarin
sdk
speech
speech-recognition
xamarin-forms
microsoft-cognitive-services
xamarin-ios
xamarin-android
speech-to-text
cognitive-services
speech-services
net-standard-2
-
Updated
Jun 14, 2019 - C#
.NET SDK for LUIS Programmatic APIs
-
Updated
Jul 4, 2019 - C#
This provides a sample code using vue.js running on ASP.NET Core
vuejs
typescript
ocr
dependency-injection
geolocation
vue-cli
ioc-container
asp-net-core
inversifyjs
cognitive-services
getusermedia
-
Updated
Mar 30, 2017 - JavaScript
Sample app used to demonstrate the use of Microsoft Cognitive Services Text-to-Speech APIs (aka Speech Synthesis) from within Unity.
-
Updated
Aug 13, 2019 - C#
A complete IoT Workshop
nodejs
raspberry-pi
iot
camera
azure
internet-of-things
cognitive-services
azure-iothub
raspi-io
iot-device
-
Updated
Nov 23, 2017 - JavaScript
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
xamarin
azure
azure-cli
xamarin-forms
azure-functions
xamarin-ios
xamarin-android
azure-active-directory
azure-resource-manager
text-analytics
azure-storage
cognitive-services
azure-blob
azure-app-service
-
Updated
Aug 9, 2020 - C#
A Xamarin + IoT + Azure sample that detects the sentiment of incoming text messages, performs sentiment analysis on the text, and changes the color of a Philips Hue lightbulb
philips-hue-lights
xamarin
sentiment-analysis
azure
philips-hue
text-analysis
xamarin-forms
azure-functions
signalr
xamarin-ios
xamarin-android
asp-net
philips
cognitive-services
philips-hue-bridge
azure-sql-database
azure-queue
-
Updated
Aug 9, 2020 - C#
Programmatically find and read labels using Machine Learning
-
Updated
Aug 6, 2018 - Python
This is a demo project showing how to use Face API in Cognitive Services with OpenCV
opencv
real-time
azure
facial-recognition
face-detection
tips-and-tricks
azure-cognitive-services
cognitive-services
face-api
-
Updated
Aug 20, 2020 - C#
SDK for using the Immersive Reader through Cognitive Services
-
Updated
Sep 12, 2020 - HTML
A Xamarin.Forms app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
xamarin
hacker-news
sentiment-analysis
xamarin-forms
microsoft-cognitive-services
xamarin-ios
xamarin-android
cognitive-services
google-natural-language-api
csharp8
iasyncenumerable
-
Updated
Aug 16, 2020 - C#
Códigos em Node.js da Maratona Bots
nodejs
bots
luis
bot-builder
cognitive-services
qna-maker
projeto
plataforma
arquivo
qnamaker
botframework
custom-vision
tela
luis-ai
dentro
maratona-bots
chave
-
Updated
Feb 15, 2018 - JavaScript
Sample for using Luis with Bot Framework V4 in a simple banking scenario
-
Updated
Feb 4, 2019 - C#
HoloLens bot demo
-
Updated
Jul 29, 2017 - C#
Microsoft Cognitive Services on Embarcadero DELPHI
android
windows
delphi
pascal
ios
sdk
face
microsoft-cognitive-services
multiplatform
cognitive-services
firemonkey
fmx
32bit
64bit
face-api
faceapi
-
Updated
Sep 15, 2019 - Pascal
Microsoft Bot Framework Hands on Lab Tutorial
-
Updated
Aug 13, 2017 - JavaScript
Sample Unity project used to demonstrate the integration of Speech Recognition and Language Understanding using the new Microsoft Speech Service (Preview) and LUIS from Microsoft Cognitive Services.
nlp
csharp
unity
dotnet
azure
unity3d
speech-recognition
luis
cognitive-services
language-processing
language-understanding-systems
-
Updated
Jan 9, 2019 - C#
Chatbot para cotação de algumas moedas estrangeiras para o Real (BRL).
-
Updated
Feb 26, 2020 - C#
Improve this page
Add a description, image, and links to the cognitive-services topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cognitive-services topic, visit your repo's landing page and select "manage topics."
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?