Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Schnelleinstieg
Status
------

.. image:: https://img.shields.io/github/contributors/cusyio/neural-network-tutorial.svg
.. image:: https://img.shields.io/github/contributors/cusyio/ai-tutorial.svg
:alt: Contributors
:target: https://github.com/cusyio/neural-network-tutorial/graphs/contributors
.. image:: https://img.shields.io/github/license/cusyio/neural-network-tutorial.svg
:target: https://github.com/cusyio/ai-tutorial/graphs/contributors
.. image:: https://img.shields.io/github/license/cusyio/ai-tutorial.svg
:alt: License
:target: https://github.com/cusyio/neural-network-tutorial/blob/main/LICENSE
.. image:: https://readthedocs.org/projects/neural-network-tutorial/badge/?version=latest
:target: https://github.com/cusyio/ai-tutorial/blob/main/LICENSE
.. image:: https://readthedocs.org/projects/ai-tutorial/badge/?version=latest
:alt: Docs
:target: https://neural-network-tutorial.readthedocs.io/de/latest/
:target: https://ai-tutorial.readthedocs.io/de/latest/

Installation
------------
Expand All @@ -21,7 +21,7 @@ Installation

.. code-block:: console

$ git clone [email protected]:AInvone/Intro-in-KI-Schulung.git
$ git clone [email protected]:cusyio/ai-tutorial.git

#. Installieren von Python-Paketen:

Expand Down Expand Up @@ -100,18 +100,18 @@ Installation
Folgt uns
---------

* `GitHub <https://github.com/cusyio/neural-network-tutorial>`_
* `GitHub <https://github.com/cusyio/ai-tutorial>`_

Pull-Requests
-------------

Wenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehlen wir euch,
einen `Fork <https://github.com/cusyio/neural-network-tutorial/fork>`_ unseres
`GitHub Repository <https://github.com/cusyio/neural-network-tutorial/>`_ zu
einen `Fork <https://github.com/cusyio/ai-tutorial/fork>`_ unseres
`GitHub Repository <https://github.com/cusyio/ai-tutorial/>`_ zu
erstellen und eure Änderungen dort zu machen. Bevor ihr Commits macht,
überprüft, ob die pre-commit-Checks erfolgreich durchlaufen:

.. code-block:: console

$ cd neural-network-tutorial
$ cd ai-tutorial
$ pre-commit install
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# The master toctree document.
master_doc = "index"

project = "KI Schulung"
project = "AI-Tutorial"
author = "Min Ye, Veit Schiele"
copyright = f"2025, {author}"

Expand Down Expand Up @@ -130,9 +130,9 @@
latex_documents = [
(
master_doc,
"NeuralNetworkTutorial.tex",
"Neural Network Tutorial",
"Min Ye",
"AITutorial.tex",
"AI-Tutorial",
"Min Ye \\and Veit Schiele",
"manual",
),
]
Expand Down
35 changes: 20 additions & 15 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=======================
Einführung in KI
=======================
===========
AI-Tutorial
===========

Die Schulung "Einführung in KI" ermöglicht euch einen praxisnahen Einstieg in KI mit Python.
Das :abbr:`AI (Artificial intelligence, engl.: Künstliche Intelligenz)`-Tutorial
möchte euch einen praxisnahen Einstieg in `Künstliche Intelligenz
<https://de.wikipedia.org/wiki/A.I._–_Künstliche_Intelligenz>`_ mit Python
ermöglichen.

Die Schulung ist aufgebaut in 4 Blöcken und hat folgende Hauptbestandteile:

Alle Tutorials dienen als Seminarunterlagen für unsere aufeinander abgestimmten
Trainings:
Das Tutorial ist aufgebaut in vier Blöcken und hat folgende Hauptbestandteile:

+---------------+-----------------------------------------------------------------------------+
| Dauer | Titel |
Expand All @@ -21,6 +21,18 @@ Trainings:
| Tag 4 | `Generative KI - Einführung` |
+---------------+-----------------------------------------------------------------------------+

Es ist Teil einer Reihe von Tutorials zur Datenanalyse und -visualisierung:

* `Python Basics <https://python-basics-tutorial.readthedocs.io/de/latest/>`_
* `Jupyter-Tutorial <https://jupyter-tutorial.readthedocs.io/de/latest/>`_
* `Python für Data Science <https://www.python4data.science/de/latest/>`_
* `PyViz-Tutorial <https://pyviz-tutorial.readthedocs.io/de/latest/>`_
* `cusy Design-System: Datenvisualisierung
<https://www.cusy.design/de/latest/viz/index.html>`_

Alle Tutorials dienen als Seminarunterlagen für unsere aufeinander abgestimmten
Trainings:

.. _`Einführung in Python`:
https://cusy.io/de/unsere-schulungsangebote/einfuehrung-in-python
.. _`Fortgeschrittenes Python`:
Expand Down Expand Up @@ -54,13 +66,6 @@ Trainings:
.. _`Neues aus Python für Data-Science`:
https://cusy.io/de/unsere-schulungsangebote/neues-aus-python-fuer-data-science

Zusatzmaterialien:
* `Python Basics <https://python-basics-tutorial.readthedocs.io/de/latest/>`_
* `Jupyter-Tutorial <https://jupyter-tutorial.readthedocs.io/de/latest/>`_
* `Python für Data Science <https://www.python4data.science/de/latest/>`_
* `PyViz-Tutorial <https://pyviz-tutorial.readthedocs.io/de/latest/>`_
* `cusy Design-System: Datenvisualisierung <https://www.cusy.design/de/latest/viz/index.html>`_

.. toctree::
:hidden:
:titlesonly:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "neural-network-tutorial"
name = "ai-tutorial"
version = "24.1.0"
authors = [
{ name="Min Ye", email="[email protected]" },
Expand Down Expand Up @@ -45,14 +45,14 @@ docs = [
]

dev = [
"neural-network-tutorial[docs]",
"ai-tutorial[docs]",
"pre-commit",
"codespell",
]

[project.urls]
"Homepage" = "https://github.com/cusyio/neural-network-tutorial/"
"Bug Tracker" = "https://github.com/cusyio/neural-network-tutorial/issues"
"Homepage" = "https://github.com/cusyio/ai-tutorial/"
"Bug Tracker" = "https://github.com/cusyio/ai-tutorial/issues"

[tool.codespell]
skip = "*.rst, *.svg"
Loading