Hi ! Some time ago I wrote about how to package a .Net Winform application in a one-self contained file. I also tested how was to migrated a Net 4.8 project to Net 5 and it was super easy. I was reading the notes about the new .Net 6. Preview 1 and I got stuck…… Continue reading #Net6 – Single file apps improved for Windows and Mac !
Tag: NET
#OpenCV – Open a video file 🎥 and save each frame as a PNG 🖼 file to a folder 📂#Net5
Hi ! A couple of days ago I wrote this post, and made the sample with Python. So today, same scenario, however with C# 9 and Net5. This is a non-usual scenario, however I’m on a point where I need to extract all the frames from a video file. The reason: some of these frames…… Continue reading #OpenCV – Open a video file 🎥 and save each frame as a PNG 🖼 file to a folder 📂#Net5
#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. https://gist.github.com/elbruno/247220ec155c8b152637beef8d5872c9 And then another project, where the engraved model is used. Attention to lines 18 to…… Continue reading #MLNET – Write and Load models using Machine Learning .Net
#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. https://gist.github.com/elbruno/247220ec155c8b152637beef8d5872c9 Y luego otro proyecto, donde se utiliza el modelo grabado. Atención a las…… Continue reading #MLNET – Guardando y reutilizando modelos con Machine Learning .Net
#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…… Continue reading #MLNET – Understanding the step by step of Hello World
#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…… Continue reading #MLNET – Entendiendo el paso a paso del Hola Mundo
#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 https://gist.github.com/elbruno/ae845b5be2ac0f72eb79bb98c73b6e0c And…… Continue reading #MLNET – Hello World in ML.Net, Machine Learning for .Net !
#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…… Continue reading #MLNET – Hola Mundo con ML.Net, Machine Learning for .Net !
#Net – Learning C # using only a browser
Hi! A few days ago, at a university, one of the attendees in a session asked me what was the best way to learn C#. As always, this question depends on the level of the person who wants to learn, although it has served as an excuse to see what’s new in the .Net ecosystem.…… Continue reading #Net – Learning C # using only a browser
#Net – Aprendiendo C# utilizando solo un navegador
Buenas! Hace unos días, en una universidad, uno de los asistentes en una sesión me pregunto cual era la mejor forma de aprender C#. Como siempre esta pregunta depende del nivel de la persona que quiere aprender, aunque me ha servido de excusa para ver que hay de nuevo en el ecosistema .Net. Pues bien,…… Continue reading #Net – Aprendiendo C# utilizando solo un navegador