-
#MLNet – Looking at data in the Pipeline in version 0.7.0
Hi! With the new changes In Machine Learning.Net with the 0.7.0 version, the ability to peek in the data while is processed in each step of the pipeline is a little more complicated. A while ago, explain how we could do this in the post [Understanding the step bystep of Hello World]. However, ML.Net now… — read more
-
#MLNet – Visualizando datos del Pipeline en la versión 0.7.0
Buenas! Con los nuevos cambios en Machine Learning.Net con la versión 0.7.0, la capacidad dever paso a paso como los datos se procesan es un poco mas complicado. Hace untiempo, explique cómo podíamos hacer esto en el post [Understanding the step bystep of Hello World]. Sin embargo, ahora ML.Net utiliza Lazy objects, con lo que… — read more
-
#MLNET – New version 0.7 for Machine Learning.Net (the perfect excuse to update my content for next events!)
Hi! A few days ago, the Machine Learning Net. team published a new version, 0.7. I have not had time to thoroughly review the novelties of this version, however, I will update my session and demos to version 0.7 for the next session on November 22 in Mississauga Getting Started with Machine Learning.Net & Windows… — read more
-
#MLNET – Novedades en la version 0.7 de Machine Learning.Net (la excusa perfecta para actualizar proximos eventos!)
Buenas! Hace unos días se publico la version 0.7 de Machine Learning .Net. No he tenido tiempo de repasar a fondo las novedades de esta version, sin embargo, tendré actualizada mi sesión y demos a la version 0.7 para la próxima sesión el próximo 22 de Noviembre en Mississauga Getting Started with Machine Learning.Net &… — read more
-
#Event – Getting Started with Machine Learning.Net & Windows Machine Learning on Nov 22 in Mississauga
Hi ! So my friends from the Mississauga .Net User Group (link) were kind enough to invite me to host a session on November 22th, in TEK Systems in Mississauga. I’ll share some of the updates on ML.Net, currently in version 0.6 and some other very cool stuff around Microsoft and AI. You can register… — read more
-
#MLNET – Analyzing pipeline data in Machine Learning.Net using the new API 0.6.0 (thanks LINQ!)
Hi! The change in the way the pipelines work in the 0.6.0 version of Machine Learning.Net, also requires some changes in our code if we want to see how the data is processed during each of the pipeline’s steps. Using the example of my previous post, I will work with the following data structure. On… — read more
-
#MLNET – Analizando datos de la Pipeline con la nueva version API 0.6.0 (gracias LINQ!)
Buenas! El cambio en la forma en la que las Pipelines trabajan en la version 0.6.0 de Machine Learning.Net, también requiere que el código se modifique un poco si queremos ver como se procesan los datos durante cada uno de los pasos de la Pipeline. Retomando el ejemplo del post anterior, voy a trabajar con… — read more
-
#MLNET – API improvements in the new 0.6.0 version
Hi! A few days ago, the ML.Net team released the 0.6.0 version of Machine Learning.Net and one of the most important changes it’s on the way we use ML.Net API. In my MLNet sessions I usually comment on a prediction scenario based on the Label of a person to see if it is a child,… — read more
-
#MLNET – Cambios en la API con la nueva version 0.6.0
Buenas! Hace unos días se libero la version 0.6.0 de Machine Learning .Net y una de las novedades mas importantes de la misma fue que la API de uso de ML.Net cambio de una forma muy importante. En mis sesiones siempre suelo comentar el escenario de predicción del Label de una persona para ver si… — read more
-
#Event – Getting Started with ML.NET and Windows Machine Learning, October 3rd in Toronto @metrotorontoug
Hi! It’s time to share some Machine Learning experiences and news , mostly for Net developers. This time is with my friends from Metro Toronto, on October the 3rd. Getting Started with ML.NET and Windows Machine Learning Machine Learning has moved out of the lab and into production systems. Understanding how to work with this… — read more
-
#Event – Getting Started with ML.NET and Windows Machine Learning, proximo 3 de Octubre en Toronto @metrotorontoug
Buenas! Otro evento Machine Learning, especialmente orientado para .Net developers. Esta vez con los amigos de Metro Toronto, el proximo 3 de Octubre . Getting Started with ML.NET and Windows Machine Learning Machine Learning has moved out of the lab and into production systems. Understanding how to work with this technology is one of the… — read more
-
#Event – Getting Started with ML.NET and Windows Machine Learning on Kitchener, Ontario @CTTDNUG/
Hi ! Another month another ML.Net event, this time with my friends from Canada’s Technology Triangle .NET User Group (@cttdnug). You can register here and the session details: Machine Learning has moved out of the lab and into production systems. Understanding how to work with this technology is one of the essential skills for developers… — read more
-
#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… — read more
-
#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… — read more