#development
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): ...
Last Monday, I started to watch pre-recorded online lectures about Python. Starting this week, I will write a weekly development blog about what I've...
What is Machine Learning? Algorithm : a process or set of rules to be followed in calculations or other problem-solving operations, especially by a...