13 Articles by Marcus Lee
Optimizing AI Agent Policies with Reinforcement Learning
Reinforcement learning optimizes AI agent policies in complex environments, skip the theory and focus on production-grade solutions
Securing LLM APIs with OAuth and JWT
Secure your LLM APIs with OAuth and JWT authentication using FastAPI and MongoDB, a production-ready solution
Deploying Question Answering Models with Hugging Face Transformers
Learn to deploy a question answering model using Hugging Face Transformers and AWS SageMaker for production-ready AI
Explainable AI with SHAP and LIME Libraries
Implement explainable AI with SHAP and LIME libraries for transparent model predictions
Building Distributed AI Training Clusters
Distributed AI training with Slurm and NVIDIA GPUs for production-grade performance
Custom AI Dataset Creation with Active Learning
Learn how to create a custom AI dataset using active learning and weak supervision, essential for production-grade AI models
Monitoring AI Model Drift with Prometheus and Grafana
Monitor AI model drift with Prometheus and Grafana for production-grade reliability. Learn how to track changes in your AI model's performance over time.
Automating AI Data Preprocessing with Apache Beam
Automate AI data preprocessing with Apache Beam and Google Cloud Dataflow for efficient pipelines, including data ingestion and model training
Azure Machine Learning Hyperparameter Tuning
Automated hyperparameter tuning with Azure Machine Learning, boosting model performance
Reinforcement Learning with PyTorch: A Production Guide
Implement reinforcement learning with PyTorch for production-grade AI. Learn from a battle-tested engineer.
Cache Smarter: Using Redis in Node.js
Boost app performance with Redis caching in Node.js. Skip the theory, here's what works
Building Production RAG Pipelines with Supabase pgvector
Learn how to build a production-grade RAG pipeline using Supabase pgvector for efficient search and retrieval of data
JavaScript Promises and Async Await Explained
Learn JavaScript Promises and Async Await with production examples. Master async programming for efficient code