Why Python is so Popular for Machine Learning

Why Python is so Popular for Machine Learning

DecisionForest

3 года назад

3,495 Просмотров

Get cloud certified and fast-track your way to become a cloud professional. We offer exam-ready Cloud Certification Practice Tests so you can learn by practicing 👉 https://getthatbadge.com/

Microsoft Azure Certified:
AI-900: Azure AI Fundamentals 👉 https://decisionforest.com/ai-900
AI-102: Azure AI Engineer 👉 https://decisionforest.com/ai-102
AZ-104: Azure Administrator 👉 https://decisionforest.com/az-104
AZ-204: Azure Developer 👉 https://decisionforest.com/az-204
AZ-305: Azure Solutions Architect 👉 https://decisionforest.com/az-305
AZ-400: Azure DevOps Engineer 👉 https://decisionforest.com/az-400
AZ-500: Azure Security Engineer 👉 https://decisionforest.com/az-500
DP-100: Azure Data Scientist 👉 https://decisionforest.com/dp-100
DP-203: Azure Data Engineer 👉 https://decisionforest.com/dp-203
DP-300: Azure Database Administrator 👉 https://decisionforest.com/dp-300
DP-600: Microsoft Fabric Certified 👉 https://decisionforest.com/dp-600

Databricks Certified:
Databricks Machine Learning Associate 👉 https://decisionforest.com/databricks-ml-associate
Databricks Data Engineer Associate 👉 https://decisionforest.com/databricks-engineer-associate

---

Data & AI as a Service 👉 https://decisionforest.co.uk/
Databricks Training 👉 https://decisionforest.co.uk/databricks/

---

COURSERA SPECIALIZATIONS:
📊 Google Advanced Data Analytics 👉 https://decisionforest.com/google-data-analytics
🛡️ Google Cybersecurity 👉 https://decisionforest.com/google-cybersecurity
📊 Google Business Intelligence 👉 https://decisionforest.com/google-business-intelligence
🛠 IBM Data Engineering 👉 https://decisionforest.com/ibm-data-engineering
🔬 Databricks for Data Science 👉 https://decisionforest.com/databricks-data-science
🧱 Learn Azure Databricks 👉 https://decisionforest.com/azure-databricks

COURSES:
🔬 Data Scientist 👉 https://decisionforest.com/data-scientist
🛠 Data Engineer 👉 https://decisionforest.com/data-engineer
📊 Data Analyst 👉 https://decisionforest.com/data-analyst

LEARN PYTHON:
🐍 Learn Python 👉 https://decisionforest.com/learn-python
🐍 Python for Everybody 👉 https://decisionforest.com/python-for-everybody
🐍 Python Bootcamp 👉 https://decisionforest.com/python-bootcamp

LEARN SQL:
📊 Learn SQL 👉 https://decisionforest.com/learn-sql
📊 SQL Bootcamp 👉 https://decisionforest.com/sql-bootcamp

LEARN STATISTICS:
📊 Learn Statistics 👉 https://decisionforest.com/learn-statistics
📊 Statistics A-Z 👉 https://decisionforest.com/statistics-for-data-science

LEARN MACHINE LEARNING:
📌 Learn Machine Learning 👉 https://decisionforest.com/machine-learning
📌 Machine Learning A-Z 👉 https://decisionforest.com/machine-learning-az
📌 MLOps Specialization 👉 https://decisionforest.com/learn-mlops
📌 Data Engineering and Machine Learning on GCP 👉 https://decisionforest.com/gcp

---

📚 Books I Recommend 👉 https://www.amazon.com/shop/decisionforest

Join the Discord 👉 https://discord.gg/rNxAjdcTEG

Connect on LinkedIn 👉 https://www.linkedin.com/in/decisionforest/

For business enquiries please connect with me on LinkedIn or book a call:
https://decisionforest.co.uk/call/

Disclaimer: I may earn a commission if you decide to use the links above. Thank you for supporting the channel!

#DecisionForest

Тэги:

#data_science #python_programming #machine_learning #python_for_data_science #python_data_science #data_science_for_beginners #why_use_python_for_data_science #python_best_programming_language #data_science_with_python #python_for_data_science_and_ai #python_for_machine_learning #python_for_machine_learning_and_data_science #learn_data_science_2021 #r_vs_python #python_machine_learning #python_or_c #python_or_c++ #python_or_c++_for_data_science #python_or_java_for_data_science
Ссылки и html тэги не поддерживаются


Комментарии:

@rlyehdate
@rlyehdate - 30.08.2023 12:07

Really important: if you only know one language you are really limited specially if it is an interpreted languag as js or python are. But well at least they give jobs

Ответить
@AtomLabX
@AtomLabX - 08.03.2023 10:37

Python, was the choice, because anything is better than C++ OR C family in general xD

Granted, Python was made using C anyway, and whatever you write to it, can be read by C, but it is still slow, however, with the grand picture into account, the goods outweighs the bad,

Ответить
@ethenickaur47
@ethenickaur47 - 26.02.2023 15:15

Could you give me contact number

Ответить
@patusoro4781
@patusoro4781 - 17.08.2022 19:47

Interesting video... but isn't PHP mostly written in C and C++ (under the hood) ?

Ответить
@alest_
@alest_ - 22.05.2022 15:12

video is quiet

Ответить
@ProgrammingCradle
@ProgrammingCradle - 09.02.2021 16:49

When I started learning machine learning i started with octave and matlab... I also used R for some time... Then i switched to python... And i agree with you python is relatively easier to learn... And all the packages make our lives even easier in the world of machine learning...

Ответить
@0x007A
@0x007A - 08.02.2021 15:03

C is no more difficult to learn than Python if you are only use the same constructs: if-then, while, variables, include (versus import), etc. and let the libraries (numpy, pandas, etc.) do the heavy lifting.

Python was designed as a teaching language, a language in search of an already solved problem in my professional opinion. Pascal and Modula have been around for decades; it was designed to be a first programming language in the context of teaching computer science. As Guido pushed for its use beyond a teaching language the more 'features' he added which resulted in inconsistencies in its design (imperative programming versus functional programming versus object-oriented programming). To say Python is a good language for data science is no more true than if numpy et. al. had wrappers for BASIC which, by the way, would be rather intriguing.

Ответить