-
Xampane, nuevos Layouts para Xamarin.Forms
Originally posted on Javier Suárez | Blog: Layouts en Xamarin.Forms A la hora de organizar y posicionar los elementos visuales que componen la interfaz de usuario en Xamarin.Forms, hacemos uso de Layouts. Layouts Tenemos una enorme variedad de Layouts en Xamarin.Forms. Podemos posicionar de forma absoluta; de forma relativa; apilar elementos; etc. Con un uso… — read more
-
The beginners guide to AI in the workplace with Office 365
Originally posted on @Shafina.com: One of the biggest struggles employees are facing in today’s world of a digital and modern workplace is – fear. Fear of changing the way we are accustomed to working, the way our brains think, the way we complete repetitive tasks, and the fear of allowing a machine, an intelligent machine,… — read more
-
Categorize iris flowers using k-means clustering with ML.NET
Originally posted on Time With AI: This tutorial illustrates how to use ML.NET to build a clustering model for the iris flower data set. In this tutorial, you learn how to: Understand the problem Select the appropriate machine learning task Prepare the data Load and transform the data Choose a learning algorithm Train the model Use the model… — read more
-
#Humor – From the creators of “New Folder” and “New Folder (2)” ….
Greetings @ Burlington El Bruno — read more
-
First Azure Kinect App C API vs C# K4A Nuget Package
Originally posted on Ivana Tilca: Hello! I started to do some test with the new Azure Kinect DK and the results are amazing. I´m not an AI expert, so I decided to read/watch/learn while testing. I started with the basic reading provided by Microsoft https://azure.microsoft.com/es-es/services/kinect-dk/. I´ve been using C API, from Azure Kinect Sensor DK.?… — read more
-
#RaspberryPi – How To enable auto start with #HDMI safe mode
Hi! A couple of days ago I wrote (a personal reminder post) about how to add automatic connect to Wi-Fi and SSH enabled in a bootable Raspbian image in a SD card (see references). I also explained that this was required for me because, by default Raspberry Pi 4 video ports were not starting with… — read more
-
#VSCode – Installing Visual Studio Code in a #RaspberryPi, a couple of lessons learned – @code
Hi! Now that I have my amazing Raspberry Pi 4 with 4GB RAM, it’s time to see how serious the device is. So, I decided to install and use some developers’ tools in the RPi. My dev list will be something like this Python Some ML and AI Python packages GIT Arduino Visual Studio Code… — read more
-
#Python – Let’s use a #FaceRecognition demo app for a performance comparison between #RaspberryPi3 and #RaspberryPi4
Hi! I started to do some tests with the new Raspberry Pi 4 and the results are amazing. I’m not a performance expert, so I decided to pick up some of the demos / apps I’ve creating for the Raspberry Pi and run them in both models: Raspberry Pi 3 B+ and Raspberry Pi 4.… — read more
-
#Humor – UI and UX
No comments … Greetings @ Burlington El Bruno Source vk.com/piterskii_punk_wall — read more
-
#RaspberryPi – How To automatically connect to WiFi, enable SSH on 1st boot
Hi! If you been playing around with Raspberry Pi, I’m sure you already know this. For me this was a 1st timer, so I must write this down for the future myself. When I started testing the Raspberry Pi 4, I got one of the complete kits, so I got the official red keyboard and… — read more
-
#RaspberryPi – Using “please” instead of “sudo”, a very Canadian command line of work for #Linux
Hi! I’ll write this down, so I don’t forget in the near future. I’m not a Linux user, and that’s amazing. Every day I learn something new, mostly while I’m working with Python, Visual Studio Code and Raspberry Pi. So, I received a couple of brand new Raspberry Pi 4, and now it’s time to… — read more
-
#Python – Detecting #Hololens in realtime in webcam feed using #ImageAI and #OpenCV with performance improvements
Hi! In my previous post I created a sample on how to use ImageAI and OpenCV to detect Hololens from a webcam frame (see references). I added some code to the last sample, and I found that the performance was not very good. With the previous sample code, I couldn’t process more than 1 frame… — read more
-
#Event – Global AI Nights on Sept 5th!
Hi ! During August, I’ll be participating and supporting a couple of hackathons and work events (check my next events section!). And I’m happy to share that on September 5th I’ll part of the Global AI Night in Toronto. The Global AI Night is a free evening event organized by 88 communities all over the… — read more
-
#Python –Detecting #Hololens in realtime in webcam feed using #ImageAI and #OpenCV (thanks to @OlafenwaMoses)
Hi! Let’s start with a very quick intro: During the past months, I’ve been playing around with several Image Analysis tools. And ImageAI (see references) is one that deserves a full series of posts. Please take a look at the product and the source code in GitHub, and also please thank the one behind this:… — read more
-
#Humor – Constants are not constants, sure? Oh yeah, because #JavaScript … Of course
Greetings @ Burlington El Bruno — read more
-
Rock Your Career: How 25 Years of Speaking has Helped My Career and More! (Recorded Live)
An amazing story … Kudos to Dave ! dotNetTips.com On July 2nd, 2019 I spoke at the San Diego .NET User Group. This was my actual 25th anniversary of speaking at user groups and conferences! I can’t believe I’ve been doing this for 25 years already… where has the time gone? My motivation, even back… — read more
-
#AI – Introduction to #deeplearning vs. #machinelearning by @frlazzeri. The best 10 min read for today
Hi! Explain the differences / relationship between Machine Learning and Deep Learning is a question that I face in every event or chat about Machine Learning. And I used to have my 5 bullets explanation for this. However, now thanks to Francesca Lazzeri (@frlazzeri) I can advice people to read this amazing article. Introduction to… — read more
-
#VSCode- Add #AzureIoT source files to your C++ settings in #VisualStudioCode
Hi! Context: You may call me picky, but I like to read source code. And if I know that I have the source code, but I can reach it, I can’t code in happy mode. So, I’m back to Azure IoT and while I was browsing the Project Catalog for my DevKit device. I hold… — read more
-
#Microsoft – Insider Programs at Microsoft (thanks to @shanselman!)
Hi! 3 years ago, I wrote a post where I listed some of the Insider Programs at Microsoft. Microsoft – List of almost all #Insider Programs (the ones I know …) This was on 2016 November, and I added in the list Windows Insider, Office Insider, Visual Studio Insider, the almost dead Skype Insider and… — read more
-
#RaspberryPi – Running a #python script in a Python Virtual Environment on reboot / startup
Hi! Adrian Rosebrock is a very smart person who has tons of great resources about Computer Vision in PyImageSearch.com. Most of them are with Python, and he also have some of them focused on how to perform CV using OpenCV in a Raspberry Pi. In the post [Running a Python + OpenCV script on reboot,… — read more