February 11, 20261 min readWelcome to My BlogFirst post on my new personal website. A brief introduction to what I'll be writing about.intropersonalRead More
February 10, 20262 min readDeploying AI Models at the Edge with TensorFlow LiteA practical guide to converting, optimizing, and deploying TensorFlow models on edge devices like Raspberry Pi using TFLite.aitensorflowedge-computingraspberry-piRead More
February 8, 20263 min readTime Series Forecasting with LSTM NetworksHow to build and tune LSTM models for time series prediction, with lessons learned from real-world sensor data projects.deep-learninglstmtime-seriespythonRead More
February 6, 20263 min readBuilding Fast Vector Search with FAISS and HNSWA deep dive into approximate nearest neighbor search, comparing FAISS and HNSW for building scalable vector search systems.vector-searchfaissalgorithmspythonRead More
February 4, 20263 min readSurviving NVIDIA Optimus on Linux: A Practical GuideHow to configure hybrid graphics (NVIDIA + Intel/AMD) on Linux without losing your sanity. Covers PRIME, envycontrol, and power management.linuxnvidiagpuconfigurationRead More
February 2, 20264 min readProcessing Ground Penetrating Radar Data in MATLABTechniques for GPR signal processing, filtering, and visualization using MATLAB, based on real geophysical survey data.matlabsignal-processinggeophysicsdata-analysisRead More
January 30, 20264 min readMATLAB vs Python for Data Science: An Honest ComparisonAfter years of using both MATLAB and Python for data analysis, here's my honest assessment of where each excels and where each falls short.matlabpythondata-sciencecomparisonRead More
January 28, 20263 min readDocker Best Practices for ML ProjectsPractical advice for containerizing machine learning workflows — from multi-stage builds to GPU passthrough and reproducible environments.dockermachine-learningdevopspythonRead More
January 26, 20264 min readBash Scripting Tips I Wish I Knew EarlierPractical bash scripting patterns and best practices that make your scripts more robust, readable, and maintainable.bashlinuxscriptingdevopsRead More
January 24, 20264 min readChallenges of Natural Language Processing for TurkishWhy Turkish is uniquely challenging for NLP systems, and practical approaches to handling its agglutinative morphology.nlpturkishmachine-learninglinguisticsRead More
January 22, 20264 min readLinux System Optimization: A Performance Tuning GuidePractical techniques for optimizing Linux systems — from kernel parameters and I/O schedulers to memory management and process tuning.linuxperformancesystem-administrationoptimizationRead More