Basic Anaconda Commands

Basic Anaconda Commands

Anaconda is a fantastic tool for all deep learning, machine learning, and computer vision researcher. It reduces tons of extra work for setting up environments and tools. Personally, I love it so much. Anaconda Navigator is a great UI for setting up environments and...
Supervised Learning Algorithms

Supervised Learning Algorithms

Overview of Supervised Learning Supervised learning is a type of machine learning algorithm that is designed to map input data to labeled output data. In supervised learning, an algorithm is trained on a labeled dataset, which means that each example in the dataset is...