Skip to content

Commit

Permalink
Ml week1
Browse files Browse the repository at this point in the history
Ml week1
  • Loading branch information
akkefa committed Mar 12, 2024
1 parent 7c4f53b commit 4609119
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 deletions.
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

0 comments on commit 4609119

Please sign in to comment.