I converted lockdown days into Learning days and today's learning is :-
1. Understood basic python logics and statements like - if-elif-else, while, input(), exit(), indentation
2. Started developing a TUI tool that will be ML(machine learning) enabled
3. Increment operator ++ doesn't support in python so we can use i = i+1 or i += 1
4. Understood correct calculations of b(bias) and c (coefficient or weightage) in y = b + cx linear regression formula
5. Started with multilinear regression but not in detail
6. Feature selection - manual and program
What you would like to predict?
Maximum number of COVID-19 patients in India and world.
Petroleum prices.
1. Understood basic python logics and statements like - if-elif-else, while, input(), exit(), indentation
2. Started developing a TUI tool that will be ML(machine learning) enabled
3. Increment operator ++ doesn't support in python so we can use i = i+1 or i += 1
4. Understood correct calculations of b(bias) and c (coefficient or weightage) in y = b + cx linear regression formula
5. Started with multilinear regression but not in detail
6. Feature selection - manual and program
What you would like to predict?
Maximum number of COVID-19 patients in India and world.
Petroleum prices.
Comments
Post a Comment
Please share your experience.....