https://github.com/rcghpge/dataproblems
Data Problems @ UTA
https://github.com/rcghpge/dataproblems
data-science deep-learning machine-learning maverick-science uta
Last synced: 5 months ago
JSON representation
Data Problems @ UTA
- Host: GitHub
- URL: https://github.com/rcghpge/dataproblems
- Owner: rcghpge
- License: mit
- Created: 2025-06-06T19:24:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-18T10:18:55.000Z (6 months ago)
- Last Synced: 2026-01-18T17:37:33.120Z (6 months ago)
- Topics: data-science, deep-learning, machine-learning, maverick-science, uta
- Language: Python
- Homepage: https://www.uta.edu/
- Size: 45.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# dataproblems
[](https://github.com/rcghpge/dataproblems/actions/workflows/dependabot/dependabot-updates)
[](https://github.com/rcghpge/dataproblems/actions/workflows/codeql.yml)
[](https://github.com/rcghpge/dataproblems/actions/workflows/bandit.yml)
[](https://github.com/rcghpge/dataproblems/actions/workflows/pages/pages-build-deployment)
GitHub repository for DATA 4380: Data Problems @ UTA. Summer 2025.
Includes work on tabular data, computer vision, and foundational data science problems with research-driven projects.
---
## Structure
```
dataproblems/
├── .github
├── Basics/ # Unix 101
├── LLM/ # LLM project
├── Tabular/ # Tabular ML, data wrangling, modeling
├── Vision/ # Image-based projects or tasks
├── docs/ # class docs/notebooks and initial project development
├── src/ # Projcts, homework assignments, data utilized for project builds
├── .gitattributes
├── .gitignore
├── CITATION.cff
├── LICENSE
├── README.md
├── pixi.lock
└── pixi.toml
```
---
## Licence
MIT
---