Introduction to AI in Manufacturing
Introduction to AI in Manufacturing
• Overview of AI applications in manufacturing.
• Benefits of AI in efficiency, quality, and cost reduction.
• Real-world use cases and success stories.
• Understanding predictive maintenance and its importance.
• Data sources: IoT sensors, PLC/DCS systems.
• AI techniques for predictive maintenance.
• Building a predictive maintenance pipeline.
Quality Control and Defect Detection (Detection-Based Method with Segmentation Models)
Quality Control and Defect Detection (Detection-Based Method with Segmentation Models)
• Role of computer vision in quality control.
• Object detection models (e.g., YOLO, Faster R-CNN).
• Segmentation models for defect detection (e.g., U-Net, Mask R-CNN, SegFormer).
• Training and deploying detection-based models.
Quality Control and Defect Detection (Anomaly Detection Using Newest Methods)
Quality Control and Defect Detection (Anomaly Detection Using Newest Methods)
• Overview of anomaly detection in manufacturing.
• Latest anomaly detection techniques.
• Comparison of detection-based vs. anomaly detection approaches.
• Training anomaly detection models with real-world manufacturing data.
• Importance of demand forecasting in manufacturing.
• Machine learning techniques for forecasting:
• Time series models (e.g., ARIMA, LSTM).
• Hybrid models combining time series and tabular features.
• Key metrics to evaluate forecasting accuracy.
Build an RAG Agent for Manufacturing - Part 1
Build an RAG Agent for Manufacturing - Part 1
• Introduction to Retrieval-Augmented Generation (RAG).
• Setting up a vector database (e.g., pgvector, Pinecone, FAISS).
• Chunking manufacturing knowledge data for retrieval.
• Implementing knowledge upload and retrieval pipelines.
Build an RAG Agent for Manufacturing - Part 2 (SQL Agent)
Build an RAG Agent for Manufacturing - Part 2 (SQL Agent)
• Integrating knowledge retrieval with SQL databases.
• Using an LLM to query and interact with SQL databases for manufacturing tasks.
• Building a system to interpret user queries, generate SQL commands, and retrieve data.
• Deploying the SQL-powered RAG agent.