ML in python
@machinelearningtec
76
subscribers
3
photos
24
links
Download Telegram
Join
ML in python
76 subscribers
ML in python
Channel created
ML in python
Channel name was changed to «
ML in python
»
ML in python
@machinelearningtec
ML in python
https://learnmltech.blogspot.com/2020/09/machine-learning.html
Blogspot
Machine Learning
Machine Learning Machine Learning is an application of artificial intelligence where a computer/machine learns from the past experien...
ML in python
https://learnmltech.blogspot.com/2020/09/types-of-machine-learning.html
Blogspot
Types of Machine Learning
Machine Learning Machine Learning is an application of artificial intelligence where a computer/machine ...
ML in python
https://learnmltech.blogspot.com/2020/09/statistics-introduction.html
Blogspot
Statistics Introduction
Statistics is the study of the collection ,analysis, interpretation, presentation, and organisation of data. It is a way to understand...
ML in python
https://learnmltech.blogspot.com/2020/09/hyperparameter-optimization-techniques.html
Blogspot
Hyperparameter Optimization techniques
Hyperparameters Optimization Techniques The process of finding most optimal hyperparameters in machine learning algorithms is called hyper...
ML in python
https://learnmltech.blogspot.com/2020/09/practice-problems-in-python.html
Blogspot
Practice Problems in Python
Python 1. Write a program which will find all such numbers which are divisible by 3 but are not ...
ML in python
https://learnmltech.blogspot.com/2020/09/how-to-prevent-overfitting-and.html
Blogspot
How to prevent overfitting and underfitting
OVERFITTING AND UNDERFITTING Overfitting It will perform well on its training data, poorly on new unseen data. Handling Overfi...
ML in python
https://learnmltech.blogspot.com/2020/09/importance-of-data-preprocessing-in.html
Blogspot
Importance of data preprocessing in machine learning
Data Preprocessing Data Preprocessing is a technique that is used to convert the raw data into a clean data set. ...
ML in python
https://learnmltech.blogspot.com/2020/09/python-introduction.html
Blogspot
Python Introduction
Introduction Python is developed by Guido Van Rossum and released in 1991. Python is high level, interpreted, general purpose programming ...
ML in python
https://learnmltech.blogspot.com/2020/09/variable-declaration-in-python.html
Blogspot
Variable Declaration in Python
Variables Variables is a container which stores the values in it. Every values in Python has a dat...