#machine-learning
Read more stories on Hashnode
Articles with this tag
Download Dataset from Kaggle import os os.environ['KAGGLE_USERNAME'] = 'ericshindev' # username os.environ['KAGGLE_KEY'] =...
Models of Neural Networks Convolutional Neural Networks Convolution is one of the most famous methods for processing images. It's a way of reducing...
What is Deep Learning? When artificial intelligence was first made, with its basic linear regressions, scientists thought that some problems couldn't...
Logistic Regression Why Logistic Regression? There are certain limits to linear regression. For example, the percentage of passing the test based on...
What is Machine Learning? Algorithm : a process or set of rules to be followed in calculations or other problem-solving operations, especially by a...