


Apple WWDC23 does not mention 'artificial intelligence', preferring to use 'machine learning'
IT House News on June 6, Apple, in addition to releasing the highly anticipated new products such as Mac Pro and Vision Pro, also demonstrated its latest advances in the field of machine learning during its WWDC 2023 keynote speech on Monday. progress. However, IT Home noticed that unlike competitors such as Microsoft and Google, which vigorously promote generative artificial intelligence, Apple did not mention the word "artificial intelligence" in its speech, but instead used "machine learning" and "machine learning" more often. Terms like "ML".
For example, in a demo of iOS 17, Senior Vice President of Software Engineering Craig Federighi described improvements to automatic error correction and speech recognition:
Automatic error correction is driven by on-device machine learning, and we have continued to improve these models over the years. The keyboard now leverages a transformer language model, the most advanced word prediction technology available, making automatic error correction more accurate than ever. And, thanks to the power of Apple Silicon chips, iPhone can run this model every time you press a key.
It is worth noting that Apple mentioned a term "transformer" in the field of artificial intelligence in its keynote speech. The company specifically talks about a "transformer language model," meaning its AI models use the transformer architecture, which is the underlying technology used by many recent generative AIs, such as the DALL-E image generator and the ChatGPT chatbot . The transformer model (a concept first proposed in 2017) is a neural network architecture for natural language processing (NLP) that uses a self-attention mechanism that allows it to prioritize different words or elements in a sequence. Its ability to process inputs in parallel significantly improves efficiency and enables breakthrough progress in NLP tasks such as translation, summarization, and question answering.
According to Apple, the new transformer model in iOS 17 can achieve automatic error correction at the sentence level. When you press the space bar, it can complete a word or an entire sentence. It also learns based on your writing style to guide its recommendations. Apple also says that speech recognition "uses a transformer-based speech recognition model that leverages a neural engine to make speech recognition more accurate."
In the keynote speech, Apple also mentioned "machine learning" many times, such as when describing the new iPad lock screen function ("When you select a Live Photo, we use an advanced machine learning model to synthesize "Extra frames"); iPadOS PDF feature ("Thanks to new machine learning models, iPadOS can recognize fields in PDFs, letting you use AutoFill to quickly fill in information like names, addresses, and names drawn from your contacts. email, etc."); AirPods Adaptive Audio feature ("With personalized volume, we use machine learning to learn how your listening preferences change over time"); and Apple Watch widget feature Smart Stack ("Smart Stack uses machine Learn to show you relevant information when you need it”).
Apple also launched a new app called Journal that uses on-device machine learning to provide personalized recommendations and bring journaling inspiration to users. These suggestions are intelligently generated based on the user's recent activities, including photos, people, places, physical training, etc., helping users start recording more easily.
Finally, during a demo of the Vision Pro headset, the company revealed that the dynamic image on the user’s eyes is a special 3D avatar created by scanning your face — thanks to machine learning, of course.
The above is the detailed content of Apple WWDC23 does not mention 'artificial intelligence', preferring to use 'machine learning'. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Meta's Llama 3.2: A Leap Forward in Multimodal and Mobile AI Meta recently unveiled Llama 3.2, a significant advancement in AI featuring powerful vision capabilities and lightweight text models optimized for mobile devices. Building on the success o

Hey there, Coding ninja! What coding-related tasks do you have planned for the day? Before you dive further into this blog, I want you to think about all your coding-related woes—better list those down. Done? – Let’

This week's AI landscape: A whirlwind of advancements, ethical considerations, and regulatory debates. Major players like OpenAI, Google, Meta, and Microsoft have unleashed a torrent of updates, from groundbreaking new models to crucial shifts in le

Shopify CEO Tobi Lütke's recent memo boldly declares AI proficiency a fundamental expectation for every employee, marking a significant cultural shift within the company. This isn't a fleeting trend; it's a new operational paradigm integrated into p

Introduction Imagine walking through an art gallery, surrounded by vivid paintings and sculptures. Now, what if you could ask each piece a question and get a meaningful answer? You might ask, “What story are you telling?

Introduction OpenAI has released its new model based on the much-anticipated “strawberry” architecture. This innovative model, known as o1, enhances reasoning capabilities, allowing it to think through problems mor

The 2025 Artificial Intelligence Index Report released by the Stanford University Institute for Human-Oriented Artificial Intelligence provides a good overview of the ongoing artificial intelligence revolution. Let’s interpret it in four simple concepts: cognition (understand what is happening), appreciation (seeing benefits), acceptance (face challenges), and responsibility (find our responsibilities). Cognition: Artificial intelligence is everywhere and is developing rapidly We need to be keenly aware of how quickly artificial intelligence is developing and spreading. Artificial intelligence systems are constantly improving, achieving excellent results in math and complex thinking tests, and just a year ago they failed miserably in these tests. Imagine AI solving complex coding problems or graduate-level scientific problems – since 2023

SQL's ALTER TABLE Statement: Dynamically Adding Columns to Your Database In data management, SQL's adaptability is crucial. Need to adjust your database structure on the fly? The ALTER TABLE statement is your solution. This guide details adding colu
