Metadata-Version: 2.1
Name: dummy-problems
Version: 0.1.0
Summary: Solving simple problems using machine learning
Home-page: https://github.com/jmariscal-harana/dummy-problems
Author: Jorge Mariscal Harana
Author-email: jorge.mariscal.harana@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Repository, https://github.com/jmariscal-harana/dummy-problems
Description-Content-Type: text/markdown

# dummy-problems
Solving "simple" problems using machine learning to improve my understanding (and have some fun!).

# Project structure
I am mostly following the structure from https://python-poetry.org/docs/basic-usage/#project-setup.

There are three key elements: **dataloaders**, **models**, and **evaluation**. Additionally, **visualisation** tools will help with development and results.

## Dataloaders


## Models


## Evaluation 


# Visualisation


# Example 1: generating a synthetic dataset and benchmarking different classifiers.
Firstly, run `notebooks/synthetic_data_generation.ipynb` to generate a dataset of uppercase grayscale images. Parameters can be easily modified to increase/reduce the size of the images and/or the randomness of the dataset.

Secondly, ...

