Machine Learning 101 P23: Feature ExtractionLet's move onto a real interesting part: Dimensionality Reduction. It refers to techniques of reducing number of features without losing…Mar 4Mar 4
Machine Learning 101 P22: Convolutional Neural NetworksConvolution Neural Networks (CNNs) are a type of deep learning model standing out for image processing, computer vision, and pattern…Mar 4Mar 4
Machine Learning 101 P21: Artificial Neural NetworkAn artificial neural network is a computational model that is patterned after the biological neural networks in the human brain. It is a…Mar 1Mar 1
Machine learning 101 P19: Thompson samplingWe have previously gone through the MAB problem in part 18 with one of bandit algorithms: UCB. We will go through another algorithm that…Feb 28Feb 28
Machine Learning 101 P17: EclatThe Eclat (Equivalence Class Clustering and bottom-up Lattice Traversal) algorithm is a popular algorithm for identifying frequent…Feb 27Feb 27
Machine Learning 101 P16: AprioriNext, we will delve into Association Rule Learning, a model type designed to uncover patterns in large datasets. Apriori is one of its…Feb 27Feb 27