-
#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 – Write and Load models using Machine Learning .Net
Hi ! Today post fast that the code is self explanatory. First, based on the previous posts, the process of defining and training the model. The important thing happens on lines 15 and 16, where the model is recorded. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than… — read more
-
#MLNET – Guardando y reutilizando modelos con Machine Learning .Net
Buenas! Hoy post rápido que el código se explica por si solo. En primer lugar, basado en los posts anteriores, el proceso de definir y entrenar el modelo. Lo importante sucede en líneas 15 y 16, donde se graba el modelo. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled… — read more
-
#MLNET – Understanding the step by step of Hello World
Hi! Today while we were recording a a podcast on ML.Net, one question arose about how the data is processed in Machine Learning .Net. Well, let’s go back to my previous example that believes in the past post and let’s see step by step this. In short, these are the steps to train a model… — read more
-
#MLNET – Entendiendo el paso a paso del Hola Mundo
Buenas! Hoy mientras grabábamos un podcast sobre ML.Net, surgió la pregunta sobre cómo se procesan los datos en Machine Learning .Net. Pues bien, volvamos al ejemplo anterior que cree en el post pasado y veamos el paso a paso de este. Resumiendo, y mucho, estos son los pasos para entrenar un modelo y realizar una… — read more
-
#MLNET – Hello World in ML.Net, Machine Learning for .Net !
Hi! I can not wait to start writing a little more about ML.Net. For now just a couple of code snippets to show how simple and fast it can be Starting with a set of data with ages to classify babies and kids, in a CSV file. All based on my personal criteria This file… — read more
-
#MLNET – Hola Mundo con ML.Net, Machine Learning for .Net !
Buenas! No puedo esperar a empezar a escribir un poco mas al respecto sobre ML.Net. Por ahora solo un par de code snippets para demostrar lo simple y rápido que puede ser Comenzando con un set de datos con edades para clasificar babies y kids, en un archivo CSV. Todo basado en mi criterio personal… — read more
-
#Event – Materials used in the event [Introduction to Microsoft AI] with a bit of #WinML
Hi! As always, it’s a pleasure to talk about Microsoft’s Artificial Intelligence platform. We had full house, and also the visit of Valentino and Martina. On this occasion there were many attendees with a profile of Data Scientist, so the questions were more than interesting. The support and collaboration of Asmita were fundamental to answer… — read more
-
#Event – Materiales utilizados en el evento [Introducción a Microsoft AI] con un poco de #WinML
Buenas! Como siempre ha un placer hablar sobre la plataforma de Inteligencia Artificial de Microsoft. Tuvimos full house, y ademas la visita de Valentino y Martina. En esta ocasión hubo muchos asistentes con un perfil de Data Scientist con lo que las preguntas fueron mas que interesantes. El soporte y la colaboración de Asmita fueron… — read more
-
#Event – Materials used in the session [Introduction to Microsoft AI and Amazon Alexa]
Hi! As always it is a pleasure to talk about Microsoft’s Artificial Intelligence platform, and if I also add the ability to create an Amazon Alexa Skill live integrating these 2 worlds, because the event is fun if or yes. Now the classics, slides And GitHub source code link Happy Coding! Greetings @ Toronto El Bruno — read more
-
#Event – Materiales utilizados en el evento [Introducción a Microsoft AI y Amazon Alexa]
Buenas! Como siempre es un placer hablar sobre la plataforma de Inteligencia Artificial de Microsoft, y si además le sumo la capacidad de crear en vivo un Amazon Alexa Skill integrando estos 2 mundos, pues el evento es divertido si o si. Ahora los clásicos, slides Y source code en GitHub link Happy Coding! Saludos… — read more
-
#VS2017 – Commands with the basic movements for an #Minecraft Agent with #ProjectMalmo
Hi! Today I will share how to perform 2 basic Agent movements in Minecraft Move along Turn The code example at the end of the post, is part of a ConsoleApp, which once connected to the Minecraft host, controls the movement of the current player / agent. The script advances a series of steps, then… — read more
-
#VS2017 – Comandos con los movimientos básicos en un Agente #Minecraft con #ProjectMalmo
Buenas! Hoy mostrare como realizar 2 movimientos básicos con un Agente en Minecraft Avanzar Girar El ejemplo de código al final del post, representa una ConsoleApp, que una vez conectado al host Minecraft, adelanta una serie de pasos, luego gira y vuelve a adelantar. Ejemplo en modo gráfico. Pues bien, los comandos que usamos son… — read more
-
#VS2017 – #Minecraft missions options in Xml format #ProjectMalmo
Hi! In this post I will explain some of the configurations and options we can define in the mission files. The sample file is at the end of the post. Line 21 defines the name of the Agent The <AgentStart /> element defines the initial position of the agent. The following image shows how to… — read more