Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created machine learning blog for PyCon India Blog #386

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
59 changes: 59 additions & 0 deletions content/blog/2021/machine-learning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
Title: Machine learning: A major cause of the Pythonic buzz
Date: 2021-08-24 12:05
Author:
Category: 2021
Slug: machine-learning-pycon
Summary: What is machine learning? Where does Python play its part? What's in store for you at PyCon India 2021 for Machine Learning?

## Machine learning: A major cause of the Pythonic buzz

**“Predicting the future isn’t magic, it’s artificial intelligence.” ~Dave Waters**

![Relations between AI, ML, DL, Big Data and Data Science]({static}/images/ml-article-2021-Relations.png)

Yes, and machine learning is one of the most fascinating aspects of Artificial Intelligence.

## So what is machine learning?

Machine learning leverages the power of statistical modelling to learn patterns in data that can be leveraged to predict outcomes from previously unseen data.

Imagine a situation, where a business wants to increase the profits for the next quarter by selling a diverse range of products. The question lies, which product could be the most profitable, at which period of time or what factors would affect the product sales.  .

One could start by observing patterns in the data from last year’s product sales and growth seen by the company in the same quarter. From that shortlist the best products manually.

Or, we can automate by working out some metrics to get more rigorous proof, rather than solely working on our intuition.

This is where machine learning comes to the rescue. It automates the steps that you’ll do while working out the statistical metrics on a larger scale, scaling to hundreds, if not thousands of products, and millions of observations. The end result? Predictions that you can rely on (provided the input data is correct, clean and free from noise).

## Where does Python play its part?

Python being one of the easiest languages to get started with for machine learning applications makes it a clear choice to use it when prototyping your ideas.

With hundreds of libraries at our disposal like matplotlib, scikit-learn, numpy, pandas and scipy make data visualization, large-scale computation, data manipulation and machine learning accessible like never before. Combine that with a large community base and lots of developments in the field. Machine Learning has quickly become a major conference section where we receive a lot of submissions from both eminent researchers, professionals and students.

## Talks to look forward to about Machine learning in PyCon India 2021


1. [Reducing technical debt for ML platforms](https://in.pycon.org/cfp/2021/proposals/reducing-technical-debt-for-ml-platforms~bW6Pv/)

2. [ Visualisation & Underlined Psychology](https://in.pycon.org/cfp/2021/proposals/visualisation-underlined-psychology~bkR8E/)

3. [Touches of Python in Prosthetic Vision : New Generation Computer vision](https://in.pycon.org/cfp/2021/proposals/touches-of-python-in-prosthetic-vision-new-generation-computer-vision~e5yQv/)

4. [How To Log ML Experiments](https://in.pycon.org/cfp/2021/proposals/how-to-log-ml-experiments~dJ6ZJ/)

5. [On Device AI - Deep Learning on Mobile Devices](https://in.pycon.org/cfp/2021/proposals/on-device-ai-deep-learning-on-mobile-devices~ejRZl/)

## Talks in the past that have been delivered by speakers that truly stand out

1. [Taking a peek under the hood: Interpreting black box models (PyCon India 2020)](https://in.pycon.org/cfp/2020/proposals/taking-a-peek-under-the-hood-interpreting-black-box-models~b2k4z/)

2. [Towards a more transparent AI - Decrypting ML models using LIME (PyCon India 2020)](https://in.pycon.org/cfp/2020/proposals/towards-a-more-transparent-ai-decrypting-ml-models-using-lime~eV8zb/)

3. [Resource Utilization as a Metric for Machine Learning (PyCon India 2020)](https://in.pycon.org/cfp/2020/proposals/resource-utilization-as-a-metric-for-machine-learning~aKP8b/)

4. [Machine Learning for IoT at the Edge (PyCon India 2019)](https://in.pycon.org/cfp/2019/proposals/machine-learning-for-iot-at-the-edge~bo5Ne/)

5. [IndicNLP - An open data platform to bring Indian languages to the advancements of NLP. (PyCon India 2019)](https://in.pycon.org/cfp/2019/proposals/indicnlp-an-open-data-platform-to-bring-indian-languages-to-the-advancements-of-nlp~ejm5d/)

(Image credits: https://miro.medium.com/max/650/1*-XKVI5SAEpffNR7BusdvNQ.png)
Binary file added content/images/ml-article-2021-Relations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.