AI Geek Programmer Blog
Machine learning, computer vision, deep learning and artificial intelligence engineering.
Small Team Ships a New Static Site Toolchain
- AI Geek Programmer
- 15 August 2026
A small team released a new staticsite toolchain this week, aimed at developers who want fast builds without a large framework.
Read articleWhy Static Sites Still Win for Small Blogs
- AI Geek Programmer
- 15 August 2026
I keep coming back to static site generators when a project is small and the content does not change every minute. A static generator builds plain HTML files ahead of time, so the server just hands them out. There is no database query per page view and no serverside template render at request time.
Read article
Crafting Text Generators: A Dive into Transformer Architecture
- AI Geek Programmer
- NLP
- 19 August 2023
A small decoder-based language model. Or how to use part of the Transformer architecture to generate text resembling a well-known literary work (Pytorch).
Read article
Fine-tuning with limited hardware resources
- AI Geek Programmer
- NLP
- 26 June 2023
Efficient fine-tuning of a large language model in Google Colab using PEFT, LoRa and quantization (base model: RedPajama INCITE Chat 3B)
Read article
Welcome tomorrow - how AI will shape the world by 2032
- AI Geek Programmer
- MACHINE LEARNING
- 17 December 2022
Some of my thoughts and predictions on how AI will change the world in the next 10 years.
Read article
PyTorch: dividing dataset, transformations, training on GPU and metric visualization
- AI Geek Programmer
- COMPUTER VISION
- 10 April 2022
Practical tips on dividing a dataset for training, validation and testing, applying transformations, moving to a GPU and metrics visualization.
Read articleTags
- machine learning
- artificial intelligence
- deep learning
- shape recognition
- python
- keras
- convolutional neural networks
- numpy
- cifar10
- convnets
- tensorflow
- ai
- overfitting
- anaconda
- mnist
- pytorch
- data augmentation
- development environment
- dropout
- GPU
- nlp
- scikit-learn
- transformer architecture
- batch normalization
- blockchain
- digits dataset
- google colab
- huggingface
- internal covariate shift
- k-nn