#MLNET – Fix the error [System. InvalidOperationException, Entry Point ‘ Not found] when you train a pipeline

Hi! Today I’m going to leave this POST as a memory backup for me because I always forget to make this configuration in ML.Net projects and I always find the following error: System.InvalidOperationException   HResult=0x80131509   Message=Entry point ‘<some external assembly> not found   Source=Microsoft.ML.Data Where [External Assembly] can be For example LightGBM   Message=Entry…… Continue reading #MLNET – Fix the error [System. InvalidOperationException, Entry Point ‘ Not found] when you train a pipeline

#MLNET – SoluciĂłn para el error [System.InvalidOperationException, Entry point ‘ not found] al momento de entrenar un Pipeline

Buenas! Hoy voy a dejar este post como un ayuda memoria de algo que me olvido siempre en los proyectos de ML.Net y siempre me encuentro con el siguiente error. System.InvalidOperationException   HResult=0x80131509   Message=Entry point ‘<some external assembly> not found   Source=Microsoft.ML.Data Donde el [External Assembly] puede ser por ejemplo LightGBM   Message=Entry point…… Continue reading #MLNET – SoluciĂłn para el error [System.InvalidOperationException, Entry point ‘ not found] al momento de entrenar un Pipeline

#MLNet – Adding NuGet Packages in Preview mode from MyGet, ie: Microsoft.ML-0.6.0 Version

Hi! A few days ago I wrote about the new Machine Learning.Net version 0,5. Yesterday when .NetConf started, the release was made official with the following post from Cesar de la Torre Announcing ML.NET 0.5 Now, a detail that is a little Deep in the documentation is the way to access packages in preview mode…… Continue reading #MLNet – Adding NuGet Packages in Preview mode from MyGet, ie: Microsoft.ML-0.6.0 Version

#MLNet – Agregando paquetes en modo Preview desde MyGet, por ejemplo Microsoft.ML -Version 0.6.0

Buenas! Hace unos dĂ­as hable de la nueva version 0.5 de Machine Learning.Net. Ayer cuando comenzĂł .NetConf, se hizo oficial el lanzamiento de esta version con el siguiente post de Cesar de la Torre Announcing ML.NET 0.5 Ahora bien, un detalle que está un poco Deep en la documentaciĂłn es la forma de acceder a…… Continue reading #MLNet – Agregando paquetes en modo Preview desde MyGet, por ejemplo Microsoft.ML -Version 0.6.0

#Tutorial – How to build an #Amazon #AlexaSkill using Visual Studio 2017, C# and #Azure (3 on N)

Hi ! In the previous post describe the steps necessary to create a WebSite that interacts with an Alexa Skill. The next step is to publish the website in Azure. There are many tutorials on how to do this, so I will not write the necessary steps (see references) In my case I published my…… Continue reading #Tutorial – How to build an #Amazon #AlexaSkill using Visual Studio 2017, C# and #Azure (3 on N)

#Tutorial – Como crear un #Amazon #AlexaSkill con Visual Studio 2017, C# y #Azure (3 de N)

Buenas! En el post anterior describir los pasos necesarios para crear un WebSite que interactĂşe con un Alexa Skill. El siguiente paso es publicar el mismo en Azure.  Hay muchos tutoriales sobre como hacer esto, asĂ­ que no escribirĂ© los pasos necesarios (ver referencias) En mi caso he publicado el site en la siguiente url…… Continue reading #Tutorial – Como crear un #Amazon #AlexaSkill con Visual Studio 2017, C# y #Azure (3 de N)

#Tutorial – How to build an #Amazon #AlexaSkill using Visual Studio 2017, C# and #Azure (2 on N)

Hi! Well, in today’s post we will see how to create an Azure API App, which we will then use as an Alexa Skill backend that we created in the previous post. Tommy describes in an excellent way how to create a website and prepare him to work with Alexa Skill in this post (link).…… Continue reading #Tutorial – How to build an #Amazon #AlexaSkill using Visual Studio 2017, C# and #Azure (2 on N)

#Tutorial – Como crear un #Amazon #AlexaSkill con Visual Studio 2017, C# y #Azure (2 de N)

Buenas! Pues bien, en el post de hoy veremos cĂłmo crear un Azure API App, que luego utilizaremos como backend del Alexa Skill que hemos creado en el post anterior. Tommy describe de una forma excelente como crear un website y prepararlo para trabajar con Alexa Skill en este post (link). Este proyecto utiliza el…… Continue reading #Tutorial – Como crear un #Amazon #AlexaSkill con Visual Studio 2017, C# y #Azure (2 de N)

#Bots – Error when you update the #NuGet package for System.IdentityModel.Tokens.Jwt on your #MicrosoftBot Application

Hello! For a few days, I was lucky and go back to the great world of Microsoft Bot. In this one, my main task was to update one Bot I’ve created some time ago. The update process is fairly simple. Gisela has written a post where he explains the biggest changes, and otherwise you can always browse ans learn…… Continue reading #Bots – Error when you update the #NuGet package for System.IdentityModel.Tokens.Jwt on your #MicrosoftBot Application

#Windows10 – Device Portal Wrapper available via NuGet and source code in #GitHub

Hello! Some time ago I wrote about the Device Portal capabilities for Hololens. In my case, there are some key actions like remote monitoring, remote apps deploy and to device restart, which are very useful in my developer day to day. Now is time to say thanks to the Windows Developer team. This is because, the “Windows Device Portal Wrapper” project…… Continue reading #Windows10 – Device Portal Wrapper available via NuGet and source code in #GitHub