Insights from Andrew Ng’s DeepLearning.ai Course on Convolutional Neural Networks and Computer Vision

Insights from Andrew Ng's DeepLearning.ai Course on Convolutional Neural Networks and Computer Vision

Selected from Medium Translated by Machine Heart Contributors: Lu Xue, Li Zenan Not long ago, Andrew Ng’s fourth course on Convolutional Neural Networks was released on Coursera. This article is a reflection written by Ryan Shrott, Chief Analyst at the National Bank of Canada, after completing the course, which helps everyone intuitively understand and learn … Read more

New GAN Special Course from Deeplearning.ai for National Day

New GAN Special Course from Deeplearning.ai for National Day

Machine Heart reports Author: Danjiang Coursera has just launched a special course on GAN, which you might consider taking during this National Day holiday. Generative Adversarial Network (GAN) is one of the most powerful machine learning models today, capable of generating realistic images, videos, and audio outputs. Applications based on GAN are extensive, such as … Read more

Complete Experience of Andrew Ng’s Deeplearning.ai Courses

Complete Experience of Andrew Ng's Deeplearning.ai Courses

Selected from Medium Author: Arvind N Translated by Machine Heart Contributors: Lu Xue, Li Zenan On August 8, Andrew Ng officially launched Deeplearning.ai—a series of deep learning courses based on Coursera, aiming to spread foundational knowledge of artificial intelligence to more people. A week later, many have completed the first three courses that are currently … Read more

Pre-training BERT: How TensorFlow Solved It Before Official Release

Pre-training BERT: How TensorFlow Solved It Before Official Release

Edited by Machine Heart Contributors: Siyuan, Wang Shuting This month, Google’s BERT has received a lot of attention, as the research has refreshed the state-of-the-art performance records in 11 NLP tasks with its pre-trained model. The authors of the paper stated that they would release the code and pre-trained model by the end of this … Read more

Summary of BERT Related Papers, Articles, and Code Resources

Summary of BERT Related Papers, Articles, and Code Resources

BERT has been very popular recently, so let’s gather some related resources, including papers, code, and article interpretations. 1. Official Google resources: 1) BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding Everything started with this paper released by Google in October, which instantly ignited the entire AI community, including social media: https://arxiv.org/abs/1810.04805 2) GitHub: … Read more

Hands-On Series with Hugging Face Transformers – 03 Analysis of Transformers Model

Hands-On Series with Hugging Face Transformers - 03 Analysis of Transformers Model

In Chapter 2, we saw what is needed to fine-tune and evaluate a Transformer. Now let’s take a look at how they work under the hood. In this chapter, we will explore the main components of the Transformer model and how to implement them using PyTorch. We will also provide guidance on how to do … Read more

How Ordinary Programmers Can Excel in Computer Vision

How Ordinary Programmers Can Excel in Computer Vision

Fingerprint unlocking, facial recognition, speech-to-text, robots diagnosing diseases, Alphago······ We have profoundly felt that artificial intelligence is changing our work methods and perceptions. According to the report on enterprise AI readiness by SAS, most companies believe that artificial intelligence is still in its early stages, “Currently, many application scenarios we are deploying contain AI components”. … Read more

Common Pitfalls in PyTorch

Common Pitfalls in PyTorch

Click on the “CVer” above to select “Star” or “Top” Heavyweight content delivered promptly Author: Yu Zhenbo https://zhuanlan.zhihu.com/p/77952356 This article is authorized by the author and cannot be reproduced without permission. Recently, I just started using PyTorch and have encountered quite a few pitfalls. I record them here, as I feel they are common issues … Read more

Mastering PyTorch: A Step-By-Step Guide

Mastering PyTorch: A Step-By-Step Guide

In the field of machine learning, building flexible and easily adjustable models is an essential skill for advanced machine learning engineers when faced with various complex and changing business problems. However, many engineers still have a misconception that mastering just one deep learning framework is enough to succeed. In fact, there is no single framework … Read more

Learn Convolutional Neural Networks From Scratch: Understand CNN Core and Practice

Learn Convolutional Neural Networks From Scratch: Understand CNN Core and Practice

Introduction Have you ever felt overwhelmed by the complexity of deep learning? Have you heard of the powerful tool known as Convolutional Neural Networks (CNN) but found it confusing? Don’t worry! This article will guide you step by step through the core concepts of CNN and teach you how to easily build and train a … Read more