https://cdn-images-1.medium.com/max/1950/0*crs14GimgIJZ3rIP Original Source Here Best Machine Learning/AI Books for the 2021 As a developer, AI/ML has been a really lucrative and interesting field. For my 2021 years resolution, I am going to jump back into this field and focus on learning more and practicing. I have found a list of books that helped me soContinue reading “Best Machine Learning/AI Books for the 2021”
Tag Archives: Machine Learning
What is UNET?
Original Source Here UNET is an architecture developed by Olaf Ronneberger et al. for Biomedical Image Segmentation in 2015 at the University of Freiburg, Germany. It is one of the most popularly used approaches in any semantic segmentation task today. It is a fully convolutional neural network that is designed to learn from fewer trainingContinue reading “What is UNET?”
From Data Collection to Text Interpretation
Original Source Here From Data Collection to Text Interpretation An interview on exploring techniques and use cases for text mining. Author: Rosaria Silipo Meet two text mining experts in today’s interview, which explores some of the common issues faced by data scientists in text analytics. Prof. Dursun Delen and Scott Fincher are the teachers ofContinue reading “From Data Collection to Text Interpretation”
Scene Text Detection, Recognition & Translation
https://cdn-images-1.medium.com/max/800/0*eV-kA6YjpGnp7XFv Original Source Here Scene Text Detection, Recognition & Translation 1. Overview/ Problem Statement The need for computer vision in text detection and recognition from an image or video is getting very popular these days. Because the text is to reliably and effectively spread or acquire information across time and space. In this sense, textContinue reading “Scene Text Detection, Recognition & Translation”
Qualcomm-backed chipmaker Kneron nails Foxconn funding, deal
Original Source Here A startup based out of San Diego and Taipei is quietly nailing fundings and deals from some of the biggest names in electronics. Kneron, which specializes in energy-efficient processors for edge artificial intelligence, just raised a strategic funding round from Taiwan’s manufacturing giant Foxconn and integrated circuit producer Winbond. The deal cameContinue reading “Qualcomm-backed chipmaker Kneron nails Foxconn funding, deal”
The FTC Forced a Misbehaving A.I. Company to Delete Its Algorithm
Original Source Here The FTC Forced a Misbehaving A.I. Company to Delete Its Algorithm Could Google and Facebook’s algorithms be next? Photo: Images By Tang Ming Tung/Getty Images OneZero’s General Intelligence is a roundup of the most important artificial intelligence and facial recognition news of the week. In 2019, an investigation by NBC News revealedContinue reading “The FTC Forced a Misbehaving A.I. Company to Delete Its Algorithm”
Aurora partners with PacCar to develop driverless trucks
https://venturebeat.com/wp-content/uploads/2020/07/Screen-Shot-2020-07-17-at-8.08.11-AM-e1595008695650.png?fit=578%2C289&strip=all Original Source Here Self-driving startup Aurora today announced a partnership with PacCar to build and deploy autonomous trucks. It’s Aurora’s first commercial application in trucking, and the company says it will combine its engineering teams around an “accelerated development program” to create driverless-capable trucks starting with the Peterbilt 479 and the Kenworth T680. SomeContinue reading “Aurora partners with PacCar to develop driverless trucks”
Tutorial: how to move from supervised learning to reinforcement learning
Original Source Here In Unity, we’ve been recently working on changing our supervised machine learning tool for game developers to solve sequential decisions… Continue reading on Towards Data Science » AI/ML Trending AI/ML Article Identified & Digested via Granola by Ramsey Elbasheer; a Machine-Driven RSS Bot
Removing Eye-glasses from face
Original Source Here Removing Eye-glasses from face I recently tried to implement code for trying out glass frames like snapchat filter. Used OpenCV and numpy for this process of overlaying frame. Result came out good for frontal posed face. demo- overlaying glasses over face But you need to give input image without wearing glasses toContinue reading “Removing Eye-glasses from face”
Domain Adaptation
Original Source Here Introduction ตัวผู้เขียนกำลังศึกษาต่อในระดับ Ph.D. ปีแรกในสาขา Electrical Engineering ของมหาวิทยาลัยหนึ่งในต่างประเทศ โดยหัวข้อที่ทำวิจัยอยู่ใน fields ของ Machine Learning, Computer Vision และ Edge Computing (ซึ่งเป็นสิ่งที่ใหม่สำหรับตัวผู้เขียนมาก ๆ เพราะผู้เขียนก็จบจากสาย Control Engineering จากมหาวิทยาลัยแห่งหนึ่งในประเทศไทย พอมาเรียนที่นี่ก็เหมือนทุกอย่างใหม่หมด Prof. ก็บอกว่าคุณต้องเรียนรู้อะไรใหม่ ๆ อย่าปิดกั้นตัวเอง การเขียนบทความนี้ก็เหมือนแชร์ให้กับคนที่กำลังศึกษาอยู่ด้วยนะครับ ลองเขียนเล่น ๆ นะครับ ผิดพลาดประการใดขออภัย) DA Problem ซึ่งหัวข้อที่เปิดมาวันนี้อะไรคือ Domain Adaptation ขอเรียกย่อ ๆ ว่า DA ก็แล้วกัน ซึ่งเป็นงานวิจัยต่อยอดจากงานของ Ian Goodfellow ที่เคยตีพิมพ์งานวิจัย (จากการไปกินเหล้าแล้วกลับมารันโค้ด) และเป็นที่ฮือฮาในหัวข้อ Generative Adversarial NetContinue reading “Domain Adaptation”