How to Create an Untrained AI Model in Python with Support for Fine-Tuning?
I need to make an AI model in Python from scratch, untrained but with a view to being fine-tuned with my dataset later. I have some experience with machine learning frameworks like TensorFlow and PyTorch but don’t know how to get started with a blank model that might be fine-tuned.