Posts

Showing posts from August, 2024

Machine Learning

Machine Learning What is machine learning ?     Machine learning is a subset of Artificial intellegent, we make a algorithms or models that can make predection or decision  on dataset.   There are mainly three types of machine learning  *Supervised learning *Unsupervised learning *Reinforcement learning Life cycle of building model *Problem Definition *Data collection *Data Preprocessing *Model selection *Model traning    *Model evaluation *Model Tuning *Model deployment *Monitoring and Maintenance *Feedback and Iteration