Skip to content

Commit

Permalink
bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
akkefa committed Mar 13, 2024
1 parent a7d058d commit 1e47f31
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 76 deletions.
102 changes: 51 additions & 51 deletions docs/index.rst
Expand Up @@ -46,74 +46,74 @@ Contents
calculus/intro
calculus/derivatives

.. toctree::
:caption: Algebra
:maxdepth: 1
.. .. toctree::
.. :caption: Algebra
.. :maxdepth: 1
algebra/intro
.. algebra/intro
.. toctree::
:caption: Machine Learning
:maxdepth: 1
.. .. toctree::
.. :caption: Machine Learning
.. :maxdepth: 1
machine_learning/what_is_machine_learning
.. machine_learning/introduction
.. toctree::
:caption: Deep learning
:maxdepth: 1
.. .. toctree::
.. :caption: Deep learning
.. :maxdepth: 1
deep_learning/what_is_deep_learning
deep_learning/tensor
deep_learning/loss_functions
deep_learning/evaluation_metrics
.. deep_learning/what_is_deep_learning
.. deep_learning/tensor
.. deep_learning/loss_functions
.. deep_learning/evaluation_metrics
.. toctree::
:caption: Mathematics
:maxdepth: 1
.. .. toctree::
.. :caption: Mathematics
.. :maxdepth: 1
linear_algebra
statistics
.. linear_algebra
.. statistics
.. toctree::
:caption: Algorithms
:maxdepth: 1
.. .. toctree::
.. :caption: Algorithms
.. :maxdepth: 1
algorithms/sorting.md
algorithms/graphs.md
algorithms/trees.md
algorithms/shortest_path.md
algorithms/greedy_algorithms.md
.. algorithms/sorting.md
.. algorithms/graphs.md
.. algorithms/trees.md
.. algorithms/shortest_path.md
.. algorithms/greedy_algorithms.md
.. toctree::
:caption: Graph Theory
:maxdepth: 1
.. .. toctree::
.. :caption: Graph Theory
.. :maxdepth: 1
graph/introduction
graph/graph_neural_networks
graph/graph_equations
.. graph/introduction
.. graph/graph_neural_networks
.. graph/graph_equations
.. toctree::
:caption: Learn Pytorch
:maxdepth: 1
.. .. toctree::
.. :caption: Learn Pytorch
.. :maxdepth: 1
torch/pytorch_fundamental.ipynb
torch/pytorch_workflow.ipynb
torch/pytorch_neural_network_classification.ipynb
torch/pytorch_transformers.ipynb
.. torch/pytorch_fundamental.ipynb
.. torch/pytorch_workflow.ipynb
.. torch/pytorch_neural_network_classification.ipynb
.. torch/pytorch_transformers.ipynb
.. toctree::
:caption: Recommendation System
:maxdepth: 1
.. .. toctree::
.. :caption: Recommendation System
.. :maxdepth: 1
recommend/introduction.ipynb
recommend/matrix_factorization.ipynb
.. recommend/introduction.ipynb
.. recommend/matrix_factorization.ipynb
.. toctree::
:caption: Practice
:maxdepth: 1
.. .. toctree::
.. :caption: Practice
.. :maxdepth: 1
practise/probability_solutions.rst
practise/R_solutions.rst
.. practise/probability_solutions.rst
.. practise/R_solutions.rst
Indices and tables
Expand Down
19 changes: 19 additions & 0 deletions docs/machine_learning/introduction.ipynb
@@ -0,0 +1,19 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# What is Machine Learning?\n",
"\n"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
25 changes: 0 additions & 25 deletions docs/machine_learning/what_is_machine_learning.md

This file was deleted.

0 comments on commit 1e47f31

Please sign in to comment.