Top 25 Machine Learning.pdf
271.2 KB
๐ Top 25 Machine Learning Architecture Questions (Every ML Engineer Should Know)
Machine Learning isnโt just about training models itโs about designing systems that scale, perform, and survive production.
If youโre preparing for ML interviews, system design rounds, or real-world MLOps work, these are the most important ML Architecture questions you should be comfortable answering
๐ง Core ML Architecture Concepts
1๏ธโฃ What is Machine Learning architecture and why does it matter?
2๏ธโฃ Batch inference vs Real-time inference
3๏ธโฃ What is model serving and common tools used
4๏ธโฃ Data drift: what it is and how to handle it
5๏ธโฃ Feature stores and their role in ML systems
6๏ธโฃ What is MLOps and why itโs critical
โ๏ธ Training, Optimization & Pipelines
7๏ธโฃ Training vs fine-tuning
8๏ธโฃ Regularization techniques (L1, L2, Dropout, Early stopping)
9๏ธโฃ Model versioning in production
๐ ML pipelines and workflow automation
1๏ธโฃ1๏ธโฃ CI/CD for ML systems
๐ Data, Embeddings & Databases
1๏ธโฃ2๏ธโฃ Choosing the right database for ML
1๏ธโฃ3๏ธโฃ What are embeddings and why theyโre powerful
1๏ธโฃ4๏ธโฃ Handling sensitive data (GDPR, HIPAA, security)
๐ Monitoring, Explainability & Scaling
1๏ธโฃ5๏ธโฃ Monitoring tools for ML models
1๏ธโฃ6๏ธโฃ Explainability vs Interpretability
1๏ธโฃ7๏ธโฃ Horizontal vs Vertical scaling
1๏ธโฃ8๏ธโฃ Ensuring reproducibility in ML
1๏ธโฃ9๏ธโฃ Factors affecting ML latency
๐ข Deployment & Production Strategies
2๏ธโฃ0๏ธโฃ Why Docker/containerization matters
2๏ธโฃ1๏ธโฃ GPU-accelerated deployment โ when & why
2๏ธโฃ2๏ธโฃ A/B testing in ML systems
2๏ธโฃ3๏ธโฃ Multi-model deployment strategies
2๏ธโฃ4๏ธโฃ Model rollback strategies
2๏ธโฃ5๏ธโฃ Designing ML architectures for scalability
Machine Learning isnโt just about training models itโs about designing systems that scale, perform, and survive production.
If youโre preparing for ML interviews, system design rounds, or real-world MLOps work, these are the most important ML Architecture questions you should be comfortable answering
๐ง Core ML Architecture Concepts
1๏ธโฃ What is Machine Learning architecture and why does it matter?
2๏ธโฃ Batch inference vs Real-time inference
3๏ธโฃ What is model serving and common tools used
4๏ธโฃ Data drift: what it is and how to handle it
5๏ธโฃ Feature stores and their role in ML systems
6๏ธโฃ What is MLOps and why itโs critical
โ๏ธ Training, Optimization & Pipelines
7๏ธโฃ Training vs fine-tuning
8๏ธโฃ Regularization techniques (L1, L2, Dropout, Early stopping)
9๏ธโฃ Model versioning in production
๐ ML pipelines and workflow automation
1๏ธโฃ1๏ธโฃ CI/CD for ML systems
๐ Data, Embeddings & Databases
1๏ธโฃ2๏ธโฃ Choosing the right database for ML
1๏ธโฃ3๏ธโฃ What are embeddings and why theyโre powerful
1๏ธโฃ4๏ธโฃ Handling sensitive data (GDPR, HIPAA, security)
๐ Monitoring, Explainability & Scaling
1๏ธโฃ5๏ธโฃ Monitoring tools for ML models
1๏ธโฃ6๏ธโฃ Explainability vs Interpretability
1๏ธโฃ7๏ธโฃ Horizontal vs Vertical scaling
1๏ธโฃ8๏ธโฃ Ensuring reproducibility in ML
1๏ธโฃ9๏ธโฃ Factors affecting ML latency
๐ข Deployment & Production Strategies
2๏ธโฃ0๏ธโฃ Why Docker/containerization matters
2๏ธโฃ1๏ธโฃ GPU-accelerated deployment โ when & why
2๏ธโฃ2๏ธโฃ A/B testing in ML systems
2๏ธโฃ3๏ธโฃ Multi-model deployment strategies
2๏ธโฃ4๏ธโฃ Model rollback strategies
2๏ธโฃ5๏ธโฃ Designing ML architectures for scalability
โค13๐3๐2
๐จ๐ปโ๐ป 6 Free Python Certifications >>>
Python for Beginners -
https://learn.microsoft.com/en-us/shows/intro-to-python-development/
Programming with Python 3. X
https://www.simplilearn.com/free-python-programming-course-skillup
Advanced Python -
https://www.codecademy.com/learn/learn-advanced-python
AI Python for Beginners -
https://www.deeplearning.ai/short-courses/ai-python-for-beginners/
Python Libraries for Data Science -
https://www.simplilearn.com/learn-python-libraries-free-course-skillup
Data Analysis with Python -
https://www.freecodecamp.org/learn/data-analysis-with-python/#data-analysis-with-python-course
https://t.iss.one/CodeProgrammer
Python for Beginners -
https://learn.microsoft.com/en-us/shows/intro-to-python-development/
Programming with Python 3. X
https://www.simplilearn.com/free-python-programming-course-skillup
Advanced Python -
https://www.codecademy.com/learn/learn-advanced-python
AI Python for Beginners -
https://www.deeplearning.ai/short-courses/ai-python-for-beginners/
Python Libraries for Data Science -
https://www.simplilearn.com/learn-python-libraries-free-course-skillup
Data Analysis with Python -
https://www.freecodecamp.org/learn/data-analysis-with-python/#data-analysis-with-python-course
Learn more and practice more ๐จ๐ปโ๐ปhttps://t.iss.one/CodeProgrammer
โค9
๐ Building our own mini-Skynet โ a collection of 10 powerful AI repositories from big tech companies
1. Generative AI for Beginners and AI Agents for Beginners
Microsoft provides a detailed explanation of generative AI and agent architecture: from theory to practice.
2. LLMs from Scratch
Step-by-step assembly of your own GPT to understand how LLMs are structured "under the hood".
3. OpenAI Cookbook
An official set of examples for working with APIs, RAG systems, and integrating AI into production from OpenAI.
4. Segment Anything and Stable Diffusion
Classic tools for computer vision and image generation from Meta and the CompVis research team.
5. Python 100 Days and Python Data Science Handbook
A powerful resource for Python and data analysis.
6. LLM App Templates and ML for Beginners
Ready-made app templates with LLMs and a structured course on classic machine learning.
If you want to delve deeply into AI or start building your own projects โ this is an excellent starting kit.
tags: #github #LLM #AI #ML
โก๏ธ https://t.iss.one/CodeProgrammer
1. Generative AI for Beginners and AI Agents for Beginners
Microsoft provides a detailed explanation of generative AI and agent architecture: from theory to practice.
2. LLMs from Scratch
Step-by-step assembly of your own GPT to understand how LLMs are structured "under the hood".
3. OpenAI Cookbook
An official set of examples for working with APIs, RAG systems, and integrating AI into production from OpenAI.
4. Segment Anything and Stable Diffusion
Classic tools for computer vision and image generation from Meta and the CompVis research team.
5. Python 100 Days and Python Data Science Handbook
A powerful resource for Python and data analysis.
6. LLM App Templates and ML for Beginners
Ready-made app templates with LLMs and a structured course on classic machine learning.
If you want to delve deeply into AI or start building your own projects โ this is an excellent starting kit.
tags: #github #LLM #AI #ML
Please open Telegram to view this post
VIEW IN TELEGRAM
โค12๐ฅ3๐2
Media is too big
VIEW IN TELEGRAM
A rather insightful ML roadmap has gone viral on GitHub: within it, the author has compiled a path from a foundation in mathematics, NumPy, and Pandas to LLM, agentic RAG, fine-tuning, MLOps, and interview preparation. The repository indeed includes sections on Karpathy, MCP, RLHF, LoRA/PEFT, and system design for AI interviews.
Conveniently, this isn't just a list of random links, but rather a structured route through the topics:
https://github.com/loganthorneloe/ml-roadmap
tags: #ml #llm
Please open Telegram to view this post
VIEW IN TELEGRAM
โค13๐2
Rocket.new lets you build a full website using prompts with their vibe solutioning platform ๐ง โก๏ธ
You describe it, it does the work.
๐ For the first time on this channel: 100% OFF for 2 months
๐ Coupon code:
โ๏ธ Valid on all pricing plans
Go to Rocket.new now, enter the code, claim your 2 months free, or miss out and come back later paying the full subscription.๐ธ
claim your 2 months free
You describe it, it does the work.
X7K2M9P4R1NQGo to Rocket.new now, enter the code, claim your 2 months free, or miss out and come back later paying the full subscription.
claim your 2 months free
Please open Telegram to view this post
VIEW IN TELEGRAM
โค7๐2๐1๐ฏ1
Forwarded from Learn Python Hub
Media is too big
VIEW IN TELEGRAM
Python Tip: Operator Overloading
This is a very important concept in Python.
๐ https://t.iss.one/Python53
This is a very important concept in Python.
Have you ever wondered how #Python understands what the + operator means? For numbers, it's addition; for strings, it's concatenation; for lists, it's union. This is operator overloading in action.๏ปฟ
Operator overloading means defining special behavior for operators (+, -, *, ==, etc.) in your user-defined classes. You determine how these operators should work with your objects.
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2๐1
Horizon Lab ๐ญ ะะถะตะนะผั ะะตะฑะฑ ะทะฝะฐั
ะพะดะธัั ะณะฐะปะฐะบัะธะบะธ, ัะบะธั
ะฝะต ะผะฐะปะพ ะฑ ััะฝัะฒะฐัะธ ะทะฐ ะฝะฐัะธะผะธ ะผะพะดะตะปัะผะธ. Hubble ะฑะฐัะธัั ะทััะบะธ, ัะพ ะฒะธะฑัั
ะฝัะปะธ ะผัะปัััะดะธ ัะพะบัะฒ ัะพะผั. ะะธัะตะผะพ ะฟัะพ ัะต ัะพะดะฝั โ ัะบัะฐัะฝััะบะพั, ะฝะฐ ะพัะฝะพะฒั ะฝะฐัะบะพะฒะธั
ะฟัะฑะปัะบะฐััะน.
๐ https://t.iss.one/horizonlab_space
๐ https://t.iss.one/horizonlab_space
โค6๐ฅ1
TOP RAG INTERVIEW.pdf
166 KB
๐ ๐๐๐ ๐๐๐ ๐๐๐๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐ ๐๐๐ ๐๐๐๐๐๐๐ โฃโฃ
๐น Advanced #RAG engineering conceptsโฃโฃ
โข Multi-stage retrieval pipelinesโฃโฃ
โข Agentic RAG vs classical RAGโฃโฃ
โข Latency optimizationโฃโฃ
โข Security risks in enterprise RAG systemsโฃโฃ
โข Monitoring and debugging production RAG systemsโฃโฃ
โฃโฃ
๐ ๐๐ก๐ ๐๐๐ ๐๐จ๐ง๐ญ๐๐ข๐ง๐ฌ ๐๐ ๐ฌ๐ญ๐ซ๐ฎ๐๐ญ๐ฎ๐ซ๐๐ ๐ช๐ฎ๐๐ฌ๐ญ๐ข๐จ๐ง๐ฌ ๐ฐ๐ข๐ญ๐ก ๐๐ฅ๐๐๐ซ ๐๐ฑ๐ฉ๐ฅ๐๐ง๐๐ญ๐ข๐จ๐ง๐ฌ ๐ญ๐จ ๐ก๐๐ฅ๐ฉ ๐ฒ๐จ๐ฎ ๐ฎ๐ง๐๐๐ซ๐ฌ๐ญ๐๐ง๐ ๐๐จ๐ญ๐ก ๐๐จ๐ง๐๐๐ฉ๐ญ๐ฌ ๐๐ง๐ ๐ฌ๐ฒ๐ฌ๐ญ๐๐ฆ ๐๐๐ฌ๐ข๐ ๐ง ๐ญ๐ก๐ข๐ง๐ค๐ข๐ง๐ .โฃโฃ
โฃโฃ
https://t.iss.one/CodeProgrammer
๐น Advanced #RAG engineering conceptsโฃโฃ
โข Multi-stage retrieval pipelinesโฃโฃ
โข Agentic RAG vs classical RAGโฃโฃ
โข Latency optimizationโฃโฃ
โข Security risks in enterprise RAG systemsโฃโฃ
โข Monitoring and debugging production RAG systemsโฃโฃ
โฃโฃ
๐ ๐๐ก๐ ๐๐๐ ๐๐จ๐ง๐ญ๐๐ข๐ง๐ฌ ๐๐ ๐ฌ๐ญ๐ซ๐ฎ๐๐ญ๐ฎ๐ซ๐๐ ๐ช๐ฎ๐๐ฌ๐ญ๐ข๐จ๐ง๐ฌ ๐ฐ๐ข๐ญ๐ก ๐๐ฅ๐๐๐ซ ๐๐ฑ๐ฉ๐ฅ๐๐ง๐๐ญ๐ข๐จ๐ง๐ฌ ๐ญ๐จ ๐ก๐๐ฅ๐ฉ ๐ฒ๐จ๐ฎ ๐ฎ๐ง๐๐๐ซ๐ฌ๐ญ๐๐ง๐ ๐๐จ๐ญ๐ก ๐๐จ๐ง๐๐๐ฉ๐ญ๐ฌ ๐๐ง๐ ๐ฌ๐ฒ๐ฌ๐ญ๐๐ฆ ๐๐๐ฌ๐ข๐ ๐ง ๐ญ๐ก๐ข๐ง๐ค๐ข๐ง๐ .โฃโฃ
โฃโฃ
https://t.iss.one/CodeProgrammer
โค6
How a CNN sees images simplified ๐ง
1. Input โ Image breaks into pixels (RGB numbers)
2. Feature Extraction
ยท Convolution โ Detects edges/patterns
ยท ReLU โ Kills negatives, adds non-linearity
ยท Pooling โ Shrinks data, keeps what matters
3. Fully Connected โ Flattens features into meaning
4. Output โ Probability scores: Cat? Dog? Car?
Why powerful: Learns hierarchically โ edges โ shapes โ objects
Pixels to predictions. That's it. ๐
#DeepLearning #CNN #ComputerVision #AI
https://t.iss.one/CodeProgrammer
1. Input โ Image breaks into pixels (RGB numbers)
2. Feature Extraction
ยท Convolution โ Detects edges/patterns
ยท ReLU โ Kills negatives, adds non-linearity
ยท Pooling โ Shrinks data, keeps what matters
3. Fully Connected โ Flattens features into meaning
4. Output โ Probability scores: Cat? Dog? Car?
Why powerful: Learns hierarchically โ edges โ shapes โ objects
Pixels to predictions. That's it. ๐
#DeepLearning #CNN #ComputerVision #AI
https://t.iss.one/CodeProgrammer
โค7๐4
CNN vs Vision Transformer โ The Battle for Computer Vision ๐โก๏ธ
Two architectures. One goal: identify the cat. But they see things differently:
๐ง CNN (Convolutional Neural Network)
ยท Scans the image with filters
ยท Detects local patterns first (edges โ textures โ shapes)
ยท Builds understanding layer by layer
๐ Vision Transformer (ViT)
ยท Splits image into patches (like words in a sentence)
ยท Detects global patterns from the start
ยท Sees the whole picture using attention mechanisms
Same input. Same output. Different journey.
CNNs think locally and build up.
Transformers think globally from the get-go.
Which one wins? Depends on the task โ but both are shaping the future of how machines see.
https://t.iss.one/CodeProgrammer
Two architectures. One goal: identify the cat. But they see things differently:
๐ง CNN (Convolutional Neural Network)
ยท Scans the image with filters
ยท Detects local patterns first (edges โ textures โ shapes)
ยท Builds understanding layer by layer
๐ Vision Transformer (ViT)
ยท Splits image into patches (like words in a sentence)
ยท Detects global patterns from the start
ยท Sees the whole picture using attention mechanisms
Same input. Same output. Different journey.
CNNs think locally and build up.
Transformers think globally from the get-go.
Which one wins? Depends on the task โ but both are shaping the future of how machines see.
https://t.iss.one/CodeProgrammer
โค4๐1
PhD Students - Do you need datasets for your research?
Here are 30 datasets for research from NexData.
Use discount code for 20% off: G5W924C3ZI
1. Korean Exam Question Dataset for AI Training
https://lnkd.in/d_paSwt7
2. Multilingual Grammar Correction Dataset
https://lnkd.in/dV43iqTp
3. High quality video caption dataset
https://lnkd.in/dY9kxkhx
4. 3D models and scenes datasets for AI and simulation
https://lnkd.in/dT-zscH4
5. Image editing datasets โ object removal, addition & modification
https://lnkd.in/dd8iCGMS
6. QA dataset โ visual & text reasoning
https://lnkd.in/dc3TNWFD
7. English instruction tuning dataset
https://lnkd.in/dTeTgd2M
8. Large scale vision language dataset for AI training
https://lnkd.in/dBJuxazN
9. News dataset
https://lnkd.in/dYBJe5gd
10. Global building photos dataset
https://lnkd.in/dVJsDXnC
11. Facial landmarks dataset
https://lnkd.in/dz_KGCS4
12. 3D Human Pose & Landmarks dataset
https://lnkd.in/dXE9ir8Z
13. 3D Hand Pose & Gesture Recognition dataset
https://lnkd.in/d_QdGGb9
14. 14. Driver monitoring dataset โ dangerous, fatigue
https://lnkd.in/d6kF-9PW
15. Japanese handwriting OCR dataset
https://lnkd.in/dHnriqrH
16. American English Male voice TTS dataset
https://lnkd.in/dqyvg862
17. Riddles and brain teasers dataset
https://lnkd.in/dKBHY3DE
18. Chinese test questions text
https://lnkd.in/dQpUd8xC
19. Chinese medical question answering data
https://lnkd.in/dsbWUCpz
20. Multi-round interpersonal dialogues text data
https://lnkd.in/dQiUq_Jg
21. Human activity recognition dataset
https://lnkd.in/dHM52MfV
22. Facial expression recognition dataset
https://lnkd.in/dqQAfMau
23. Urban surveillance dataset
https://lnkd.in/dc2RCnTk
24. Human body segmentation dataset
https://lnkd.in/d6sSrDxS
25. Fashion segmentation โ clothing & accessories
https://lnkd.in/dptNUTz8
26. Fight video dataset โ action recognition
https://lnkd.in/dnY_m5hZ
27. Gesture recognition dataset
https://lnkd.in/dFVPivYg
28. Facial skin defects dataset
https://lnkd.in/dKCbUvU6
29. Smoke detection and behaviour recognition dataset
https://lnkd.in/ddGg56R4
30. Weight loss transformation video dataset
https://lnkd.in/dqqT4ed9
https://t.iss.one/CodeProgrammer๐พ
Here are 30 datasets for research from NexData.
Use discount code for 20% off: G5W924C3ZI
1. Korean Exam Question Dataset for AI Training
https://lnkd.in/d_paSwt7
2. Multilingual Grammar Correction Dataset
https://lnkd.in/dV43iqTp
3. High quality video caption dataset
https://lnkd.in/dY9kxkhx
4. 3D models and scenes datasets for AI and simulation
https://lnkd.in/dT-zscH4
5. Image editing datasets โ object removal, addition & modification
https://lnkd.in/dd8iCGMS
6. QA dataset โ visual & text reasoning
https://lnkd.in/dc3TNWFD
7. English instruction tuning dataset
https://lnkd.in/dTeTgd2M
8. Large scale vision language dataset for AI training
https://lnkd.in/dBJuxazN
9. News dataset
https://lnkd.in/dYBJe5gd
10. Global building photos dataset
https://lnkd.in/dVJsDXnC
11. Facial landmarks dataset
https://lnkd.in/dz_KGCS4
12. 3D Human Pose & Landmarks dataset
https://lnkd.in/dXE9ir8Z
13. 3D Hand Pose & Gesture Recognition dataset
https://lnkd.in/d_QdGGb9
14. 14. Driver monitoring dataset โ dangerous, fatigue
https://lnkd.in/d6kF-9PW
15. Japanese handwriting OCR dataset
https://lnkd.in/dHnriqrH
16. American English Male voice TTS dataset
https://lnkd.in/dqyvg862
17. Riddles and brain teasers dataset
https://lnkd.in/dKBHY3DE
18. Chinese test questions text
https://lnkd.in/dQpUd8xC
19. Chinese medical question answering data
https://lnkd.in/dsbWUCpz
20. Multi-round interpersonal dialogues text data
https://lnkd.in/dQiUq_Jg
21. Human activity recognition dataset
https://lnkd.in/dHM52MfV
22. Facial expression recognition dataset
https://lnkd.in/dqQAfMau
23. Urban surveillance dataset
https://lnkd.in/dc2RCnTk
24. Human body segmentation dataset
https://lnkd.in/d6sSrDxS
25. Fashion segmentation โ clothing & accessories
https://lnkd.in/dptNUTz8
26. Fight video dataset โ action recognition
https://lnkd.in/dnY_m5hZ
27. Gesture recognition dataset
https://lnkd.in/dFVPivYg
28. Facial skin defects dataset
https://lnkd.in/dKCbUvU6
29. Smoke detection and behaviour recognition dataset
https://lnkd.in/ddGg56R4
30. Weight loss transformation video dataset
https://lnkd.in/dqqT4ed9
https://t.iss.one/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
โค5๐5๐3๐ฏ1
This media is not supported in your browser
VIEW IN TELEGRAM
๐ค Python libraries for AI agents โ what to study
If you want to develop AI agents in Python, it's important to understand the order of studying libraries.
Start with LangChain, CrewAI or SmolAgents โ they allow you to quickly assemble simple agents, connect tools, and test ideas.
The next level is LangGraph, LlamaIndex and Semantic Kernel. These tools are already used for production systems: RAG, orchestration, and complex workflows.
The most complex level is AutoGen, DSPy and A2A. They are needed for autonomous multi-agent systems and optimizing LLM pipelines.
LangChain โ simple agents, tools, and memory
github.com/langchain-ai/langchain
CrewAI โ multi-agent systems with roles
github.com/joaomdmoura/crewAI
SmolAgents โ lightweight agents for quick experiments
github.com/huggingface/smolagents
LangGraph โ orchestration and stateful workflow
github.com/langchain-ai/langgraph
LlamaIndex โ RAG and knowledge-agents
github.com/run-llama/llama_index
Semantic Kernel โ AI workflow and plugins
github.com/microsoft/semantic-kernel
AutoGen โ autonomous multi-agent systems
github.com/microsoft/autogen
DSPy โ optimizing LLM pipelines
github.com/stanfordnlp/dspy
A2A โ protocol for interaction between agents
github.com/a2aproject/A2A
https://t.iss.one/CodeProgrammer๐
If you want to develop AI agents in Python, it's important to understand the order of studying libraries.
Start with LangChain, CrewAI or SmolAgents โ they allow you to quickly assemble simple agents, connect tools, and test ideas.
The next level is LangGraph, LlamaIndex and Semantic Kernel. These tools are already used for production systems: RAG, orchestration, and complex workflows.
The most complex level is AutoGen, DSPy and A2A. They are needed for autonomous multi-agent systems and optimizing LLM pipelines.
LangChain โ simple agents, tools, and memory
github.com/langchain-ai/langchain
CrewAI โ multi-agent systems with roles
github.com/joaomdmoura/crewAI
SmolAgents โ lightweight agents for quick experiments
github.com/huggingface/smolagents
LangGraph โ orchestration and stateful workflow
github.com/langchain-ai/langgraph
LlamaIndex โ RAG and knowledge-agents
github.com/run-llama/llama_index
Semantic Kernel โ AI workflow and plugins
github.com/microsoft/semantic-kernel
AutoGen โ autonomous multi-agent systems
github.com/microsoft/autogen
DSPy โ optimizing LLM pipelines
github.com/stanfordnlp/dspy
A2A โ protocol for interaction between agents
github.com/a2aproject/A2A
https://t.iss.one/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
โค10
Machine Learning with Python
Rocket.new lets you build a full website using prompts with their vibe solutioning platform ๐ง โก๏ธ You describe it, it does the work. ๐ For the first time on this channel: 100% OFF for 2 months ๐ Coupon code: X7K2M9P4R1NQ โ๏ธ Valid on all pricing plans Go toโฆ
Don't miss this amazing offer
โค1