From b4ce3afebca34f1fc68b6af6cfce4d07a56e5dc2 Mon Sep 17 00:00:00 2001 From: Dhruv Joshi <85164089+jdhruv1503@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:34:20 +0530 Subject: [PATCH] Update README.md --- machine-learning/README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/machine-learning/README.md b/machine-learning/README.md index 67e199fa2..831fd87e5 100644 --- a/machine-learning/README.md +++ b/machine-learning/README.md @@ -102,18 +102,12 @@ We'll be using the following tools and technologies: - [Optional] Develop a real-time recommendation API using `flask` or `fastapi`, so that other parts of the PoS system can use this! - [Optional] Implement A/B testing framework using scipy.stats for evaluating recommendation effectiveness -### Week 4: AI Customer Chatbot with RAG (Retrieval-Augmented Generation) - -- Create a knowledge base using: - - `sentence-transformers` for generating embeddings of product information and FAQs - - Vector databases for efficient similarity search -- Implement the RAG architecture: - - Try out LangChain/LlamaIndex's many retriever models! - - Use a `transformers` LLM, or an external API as the generator model -- Fine-tune small models on domain-specific data using PyTorch Lightning -- Implement context management for multi-turn conversations -- [Optional] Create an interactive dashboard using `streamlit` or `gradio` for realtime chat! -- [Optional] Try implementing multimodal models/TTS and STT models to get a chatbot you can 'talk' to! +### Week 4: Dynamic Pricing and Demand Forecasting + +- Maximize revenue by setting optimal prices based on current market conditions +- Improve inventory management by anticipating demand fluctuations +- Enhance customer satisfaction by offering competitive prices +- Respond quickly to market changes and competitor actions ### Week 5: All-Powerful AI Agentic Chatbot