Python World
36 subscribers
266 photos
11 videos
19 files
61 links
آموزش برنامه نویسی پایتون برای همه
Download Telegram
"Measuring programming progress by lines of code is like measuring aircraft building progress by weight." - Bill Gates

"اندازه گیری پیشرفت برنامه نویسی توسط خط کدها مانند مقایسه پیشرفت ساخت هواپیما با وزن است." - بیل گیتس
Best Languages for Data Science and Statistics in One Pictures
Top 10 python Libraries for Data Science
Shutdown PC using Python:

import os
os.system("shutdown /s / 1")
Data Science #Interview Preparation:

30 days of Data Science InterviewPreparation - All in one
Data Science Interview Preparation Day 1.pdf
950.2 KB
Data Science #Interview Preparation:

Day 1 Questions:

Q1. What is the difference between AI, Data Science, ML, and DL?
Q2. What is the difference between Supervised learning, Unsupervised learning and Reinforcement learning?
Q3. Describe the general architecture of Machine learning.
Q4. What is Linear Regression?
Q5. OLS Stats Model (Ordinary Least Square)
Q6. What is L1 Regularization (L1 = lasso) ?
Q7. L2 Regularization(L2 = Ridge Regression)
Q8. What is R square(where to use and where not)?
Q9. What is Mean Square Error?
Q10. Why Support Vector Regression? Difference between SVR and a simple regression model?

Python World