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

Ml week1 #50

Merged
merged 2 commits into from Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: "3.11"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'ml_notes.akkefa.com'
copyright = '2023, Ikram Ali - mrikram1989@gmail.com'
copyright = '2024, Ikram Ali - mrikram1989@gmail.com'
author = 'Ikram Ali'
__version__ = "0.0.1"

Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Expand Up @@ -52,6 +52,12 @@ Contents

algebra/intro

.. toctree::
:caption: Machine Learning
:maxdepth: 1

machine_learning/what_is_machine_learning

.. toctree::
:caption: Deep learning
:maxdepth: 1
Expand Down
31 changes: 31 additions & 0 deletions docs/machine_learning/what_is_machine_learning.md
@@ -0,0 +1,31 @@
---
file_format: mystnb
kernelspec:
name: python3
---

```{title} What are Machine Learning?
```

# What is Machine Learning?



```{image} https://media.geeksforgeeks.org/wp-content/uploads/20230413160822/Maachine-Learning.webp
:align: center
:alt: What is machine learning and deep learning
:width: 40%
```

## Overview

::::{grid}

:::{grid-item-card}
Machine Learning
^^^^^^^^^^^^^^^^^
development of computer systems that can learn to more accurately predict the outcomes without
following explicit instructions, by using algorithms and statistical models to draw inferences from patterns in data.

:::
::::
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,4 +1,5 @@
Sphinx~=7.2
-r docs/requirements.txt
sphinx_rtd_theme
sphinx-rtd-theme
sphinx-autobuild