Machine Learning codes approaching models, clustering, underfitting, overfitting and neural networks.
-
Updated
Mar 17, 2024 - Jupyter Notebook
Machine Learning codes approaching models, clustering, underfitting, overfitting and neural networks.
پخش زنده پیرامون برخی اصطلاحات و مشکلات در یادگیری ماشین و یادگیری عمیق
Learning Machine Learning Through Data
Base Iris traz informações sobre algumas dimensões e partes de diferentes flores. Baseado nessas dimensões podemos prever qual tipo de flor estamos tratando!
Predicting the price of any 🏚house🏡 in Melbourne, Australia🌏by tracing through the decision tree🌳, always picking the path corresponding to that house's characteristics🏘. The predicted price💰 for the house is at the bottom of the tree. The point at the bottom where we make a prediction is called a leaf🍀
This repository contains one of the pre-requisite notebooks for my internship as a Data Analyst at Technocolabs. It includes some of the micro-courses from kaggle.
IMP KEYS OF ML MODEL
This is a report on what are the things that I have learned from the Kaggle course intro to deep learning.
Predictive machine learning model with 79 explanatory variables describing (almost) every aspect of residential homes in Ames, Iowa.
Machine Learning Glossary
kaggle course about machine learning basics
Overfitting is often caused by using a model with too many parameters or if the model is too powerful for the given dataset. On the other hand, underfitting is often caused by the model with too few parameters or by using a model that is not powerful enough for the given dataset. In this we are discussing about that.
This repository contains pre-requisite notebooks of Machine Learning Course from Kaggle for my internship as a Machine Learning Application Developer at Technocolabs.
Add a description, image, and links to the underfitting-overfitting topic page so that developers can more easily learn about it.
To associate your repository with the underfitting-overfitting topic, visit your repo's landing page and select "manage topics."