A deep learning image classification project built using Python and TensorFlow/Keras to classify images using a trained CNN model. Includes data preprocessing, model training, evaluation, and predi ...
A step-by-step Jupyter Notebook demonstrating how to build and train a compact small language model (“SLM”) from scratch using the TinyStories dataset. Covers data preparation, BPE tokenization, ...