#programming-blogs
Read more stories on Hashnode
Articles with this tag
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...
Week 2 Python Functions Python Functions and Lambda # Declaring Function # def function_name(parameter): # code def first_func(w): ...