lecture-ai-advanced
Course content for the elective Artificial Intelligence II, focusing on advanced methods and hands-on AI applications.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords
Repository
Course content for the elective Artificial Intelligence II, focusing on advanced methods and hands-on AI applications.
Basic Info
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
- Releases: 0
Topics
Metadata Files
README.md
Lecture: AI I - Advanced
Course content for the elective Artificial Intelligence II, focusing on advanced methods and hands-on AI applications.
Getting Started
[!NOTE] Use the included dev container to automatically install all the necessary dev tools and dependencies. To use this you first need to install docker under Linux or WSL2 under windows.
Clone the repository:
sh git clone https://github.com/Paul-B98/python-project-template.git cd python-project-templateOpen the project in Visual Studio Code:
sh code .Reopen in container:
- Press
F1to open the command palette. - Type
Remote-Containers: Reopen in Containerand select it. - VS Code will build the Docker container defined in the
.devcontainerfolder and open the project inside the container.
- Press
Contributing
Conventional Commits
We follow the Conventional Commits specification to maintain a consistent commit history and enable automated tooling for releases and changelogs.
Commit message format:
``` Commit Message Format
[optional body]
[optional footer(s)] ```
Common Types
feat: A new featurefix: A bug fixdocs: Documentation only changesstyle: Changes that do not affect the meaning of the code (formatting, missing semicolons, etc.)refactor: A code change that neither fixes a bug nor adds a featureperf: A code change that improves performancetest: Adding or correcting testschore: Changes to the build process or auxiliary toolsinfra: infrastructure ch
Documentation
Owner
- Name: Paul
- Login: Paul-B98
- Kind: user
- Location: Germany
- Repositories: 1
- Profile: https://github.com/Paul-B98
I’m a Software Engineer
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use this software, please cite it using these metadata. title: "Lecture notes on ai and machine learning with python" authors: - family-names: "Brauckmann" given-names: "Paul" orcid: "https://orcid.org/0009-0002-8163-0989" type: software version: 1.0.0 date-released: 2025-01-01 license: MIT url: https://github.com/Paul-B98/lecture-ai-advanced repository-code: https://github.com/Paul-B98/lecture-ai-advanced identifiers: - type: url value: https://github.com/Paul-B98/lecture-ai-advanced keywords: - python - artificial intelligence - machine learning
GitHub Events
Total
- Issues event: 1
- Watch event: 1
- Delete event: 7
- Issue comment event: 4
- Push event: 4
- Pull request event: 22
- Create event: 12
Last Year
- Issues event: 1
- Watch event: 1
- Delete event: 7
- Issue comment event: 4
- Push event: 4
- Pull request event: 22
- Create event: 12
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 16
- Average time to close issues: N/A
- Average time to close pull requests: 14 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.25
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 16
Past Year
- Issues: 1
- Pull requests: 16
- Average time to close issues: N/A
- Average time to close pull requests: 14 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.25
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 16
Top Authors
Issue Authors
- Paul-B98 (1)
Pull Request Authors
- dependabot[bot] (15)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- coverallsapp/github-action v2.3.6 composite
- python 3.12 build
- datasets >=3.6.0
- evaluate >=0.4.4
- jupyterlab >=4.4.3
- matplotlib >=3.10.0
- numpy >=2.1.3
- pandas >=2.3.0
- scikit-learn >=1.7.0
- scipy >=1.15.3
- seaborn >=0.13.2
- tensorboard >=2.19.0
- torch >=2.7.1
- transformers >=4.52.4
- ydata-profiling >=4.16.1
- 194 dependencies