Home › Forums › Azure › AI-900 Microsoft Azure AI Fundamentals › AI 900 – Machine Learning Services \ Generative AI › Reply To: AI 900 – Machine Learning Services \ Generative AI
-
Hello Brandon120,
Thanks for the feedback.
There’s no difference between Azure Machine Learning and Azure Machine Learning Service. They refer to the same platform. The key distinction lies in what kind of generative AI workload you’re targeting:
- For deploying pretrained Large Language Models (LLMs) like GPT-4 for chatbots, content generation, or natural language understanding, the best fit is Azure OpenAI Service. It gives you direct access to powerful LLMs without needing to train them from scratch.
- For building custom generative models, especially in image generation, style transfer, or creative AI, Azure Machine Learning is ideal. It supports deep learning frameworks (like PyTorch or TensorFlow) and lets you train and deploy your own models.
Both responses are correct. They just apply to different types of generative AI:
- The first question is about LLMs, so Azure OpenAI Service is the most suitable answer.
- The second question is about generative art, which often involves custom models, so Azure Machine Learning is the better fit.
I hope this helps! Let us know if you need further assistance.
Best regards,
JR @ Tutorials Dojo