‘Transformer’ a deep learning model was proposed in the paper ‘Attention is all you need’ which relied on a mechanism called attention, and ignored recurrence (which lot of its predecessors depended on) , to reach a new state of the art in translation quality, with significant more parallelization and much less training.
What I write about
- AI
- machine learning
- ml
- AI & Data
- LLM
- management
- nlp
- AI Architecture
- AI Development
- AI Engineering
- AI System Design
- AI adoption
- AI trust
- Agentic AI
- Data Science
- Generative AI
- MCP
- Production AI
- Software Architecture
- bert
- cognitive analytics
- data analysis
- leadership
- product management
- strategy
- text analytics
- transformer
- AI App Store
- AI Assistants
- AI Industry Insights
- AI Innovation
- AI Integration
- AI Optimization
- AI Proctoring
- AI Recommendations
- AI Strategy
- AI Systems Architecture
- AI Tech
- AI Tools
- AI Trends
- AI deployment
- AI model selection
- AI success
- AI workflow orchestration
- API Tuning
- AWS
- Actionable AI
- Adaptive Agents
- Amazon
- Artificial Intelligence
- AutoGen
- Automation
- Autonomous Agents
- Azure
- Azure Cognitive Services
- Azure Document Intelligence
- Batch Processing
- Big Data
- BusinessAndBeyond
- Cheating Detection
- Cloud Solutions
- Collaborative Agents
- Contract Renewal
- Conversational AI
- Coordinated Agents
- CrewAI
- Data Processing
- Data to Wisdom
- Digital Transformation
- Discipline
- Dlib
- Eye Tracking
- Facial Landmark Detection
- Fair AI
- Flask
- Future of AI
- Future of Work
- Gemini
- GenAI
- Human-AI Collaboration
- Human-AI Interaction
- IIMLucknow
- Innovation
- John Nash
- John von Neumann
- LLM model size
- LLM systems
- LOI
- LangChain
- LangGraph
- Learning Agents
- LlamaIndex
- ML engineering
- Machine Learning Systems
- Mediapipe
- OCR
- OpenCV
- PO
- POS analysis
- Patience
- Perceptive Agents
- Personalization
- Personalized AI
- Planning Agents
- Post-Implementation
- Preprocessing
- Product Innovation
- Project Execution
- Proposal Evaluation
- Python Project
- RAG frameworks
- RAG systems
- RFI
- RFP
- Reactive Agents
- Real-time Monitoring
- Role-Based Agents
- SOW
- Safe AI
- SelfGrowth
- Semantic Kernel
- Sentiment Score
- SiddharthaWisdom
- Smart Assistants
- Speech Recognition
- Speed Optimization
- Strategic Agents
- Technology Evolution
- ThinkingWaitingFasting
- Toolchains
- Universal Protocol
- Vendor Performance Review
- agentic AI frameworks
- analytics
- bias
- brain
- brand identity
- brand messaging
- branding templates
- business
- competition
- copilt
- core competency
- covid
- customer targeting
- databricks
- ecommerce
- economics
- economy
- financial
- game theory
- go to market
- gpt
- human
- hyper optimization
- investment
- marketing strategy
- mlflow
- model context protocol
- multi-agent AI systems
- netflix
- performance optimization
- positioning statement
- predictive modelling
- product owner
- product positioning
- reasoning cost latency
- recommendation engine
- roi
- scalable AI
- squad
- startup branding
- strategy. consultation
- streaming
- system design
- tableau
- tool orchestration
- value proposition
- vizualization
Friday, 10 February 2023
Transformer and its impact on Language Understanding in Machine Learning
Saturday, 28 January 2023
Azure AI portfolio and its offerings - cheat sheet
Courtesy: Almost all the information in this blog has been compiled from these 2 YouTube videos. So thanks to the original creators.
https://www.youtube.com/watch?v=qJGRd34Hnl0
An introduction to Microsoft Azure AI | Azure AI Essentials
https://www.youtube.com/watch?v=8aMzR8iaB9s
AZ-900 Episode 16 | Azure Artificial Intelligence (AI) Services | Machine Learning Studio & Service
Azure AI portfolio has options for every developer may it be in the form of
Pre-built AI modelsAdvanced machine learning capability or
Low code/ no code development experience
Azure cognitive services provide the most comprehensive portfolio of customizable AI models in the market. It includes
Vision,
Language,
Speech &
Decision.
It just needs an API call to integrate them to our applications.
Users can customize AI models using one’s own data without any machine learning expertise required. These models can also be deployed to containers so it can be run from anywhere.
For Business users Azure provides access to the same AI models through AI Builder which provide a no-code experience to train models and integrate them into apps within Microsoft Power Platform.
For common solution like chatbot and AI powered search, services are provided, which accelerate development for these solutions. These scenario specific services often bring together multiple cognitive services along with business logic and a user interface to solve for a common use case.
If we are looking to develop advanced machine learning models, Azure Machine Learning enables to quickly build, train and deploy machine learning models with experiences for all skill levels ranging from code first to a drag and drop no code experience.
It provides services that empowers all developers. It helps in the entire process by providing us with a set of tools. The processes include –
· Training the model
· Packaging and validating the model
· Deploy the model as web services
· Monitoring those web services
· Retraining the model to get even better results.
Set of tools mentioned above include –
Notebooks written in python/R
Visual designer which allows us to build machine learning models using a simple drag and drop experience directly in our browsers.
Machine learning model allows us to manage all the compute resources where train, package, validate and deploy those models so that we don’t have to worry about Azure infrastructure and underlying resources ourselves.
Additionally, Azure machine learning comes with something called automl. This automated process allows us to perform different algorithms with our data and see which one scores the best and deploy that as our designated web service.
Features of pipelines which allows us to build the entire process end-to-end.
Complete end to end solution for building machine learning models.
- BIaaS plus Cloud Computing
- HADOOP – HOT INTERVIEW QUESTIONS - What is the responsibility of name node in HDFS?
- Artificial Intelligence - Man vs Machine
- BI on Cloud - Service overview and types of vendors
- Why Foreign Keys are now foreign to current DWBI applications
- Future Trends in IT
- Bit level SQL coding for database synchronization
- 10 THINGS TO KEEP IN MIND FOR AN ANALYTICS PROJECT
- EMI – The dream killer – an Indian software engineer's perspective.
- What is Kerberos ?
AI Model Size Selection: Trade-off Between Reasoning, Cost, and Latency
AI Model Size Selection: It’s a Trade-off Between Reasoning, Cost, and Latency When people talk about AI models, the convers...