top of page

Day 19: Neural Network Model
Neural Network Layer The fundamental building block of most modern neural networks is a layer of neurons. In this section, we will learn...
Aug 18, 20232 min read
Page List: Introduction to Machine Learning
This the page list for Introduction to Machine Learning where I document what I've learned from the Machine Learning Specialization...
Aug 17, 20231 min read

Day 18: Introduction to Neural Network
Neural Network Layer The fundamental building block of most modern neural networks is a layer of neurons. Today, we'll learn how to...
Aug 17, 20232 min read

Day 17: Cost Function with Regularization
Note: in this article we used the term hyper-parameters and parameters interchangeably, lambda and learning-rate are usually referred to...
Aug 14, 20232 min read

Recommender System part 5: Embeddings and Similarity Measures
Embedding Space Embedding refers to a technique used in machine learning to convert discrete elements, such as words, objects, or...
Aug 11, 20232 min read
bottom of page