Välkommen tillbaka till Campusbokhandeln! Vi firar med inlämningskampanj: Lämna in din kurslitteratur – få 150 :- och chansen att vinna 1 000 :-. Läs mer här!
Designing AI-Powered Services | 1:a upplagan
- Häftad, Engelska, 2022
- Författare: Pontus Wärnestål
- Betyg:
Välj skick:
Bästa pris
309
kr
Skickas inom 2-3 vardagar
Du sparar 64 kr
(17%)
mot nypris
373
kr
Skickas inom 3-6 vardagar
Butikslager
Onlinelager
1 st i lager
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
This book is about how to design AI-powered services where human experience and impact are at the center. It is written for you as a professional designer who wants to learn how to wield the power of AI to improve your design skills and creativity. The book also serves as course literature in Computer Science, Design, Informatics, and Human-Machine Interaction.
Demystifying and ensuring that today’s AI technology is accessible and creates value requires both technical knowledge and an understanding of how humans experience technology. The success of AI-powered services relies on human-centered design. The book therefore introduces machine learning and other AI techniques to expand the toolbox for designers. It addresses how AI can improve existing services and how designers can use advanced AI to create services that can take the initiative and perform tasks on behalf of humans. The emphasis is on using data, algorithms, and computation as a design material that can give rise to new user experiences and effects for individuals, organizations, and society. The book provides 54 practical guidelines for designing successful human-centered AI-powered services.
Demystifying and ensuring that today’s AI technology is accessible and creates value requires both technical knowledge and an understanding of how humans experience technology. The success of AI-powered services relies on human-centered design. The book therefore introduces machine learning and other AI techniques to expand the toolbox for designers. It addresses how AI can improve existing services and how designers can use advanced AI to create services that can take the initiative and perform tasks on behalf of humans. The emphasis is on using data, algorithms, and computation as a design material that can give rise to new user experiences and effects for individuals, organizations, and society. The book provides 54 practical guidelines for designing successful human-centered AI-powered services.
Produktinformation
Kategori:
Naturvetenskap & teknik
Bandtyp:
Häftad
Språk:
Engelska
Förlag:
Studentlitteratur
Upplaga:
1
Utgiven:
2022-09-14
ISBN:
9789144165370
Sidantal:
240
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>