Informatyka

1353
Loading...
EBOOK

Facebook Graph API Development with Flash. Build social Flash applications fully integrated with the Facebook Graph API

Michael James Williams

The Facebook platform provides you with an ideal solution for building rich, social experiences on the web to develop an effective user experience application. Combined with Flash which effectively enables social interactions, you can create a fully functional application on Facebook. If you've been waiting to get started with your own applications and games on Facebook, with this book you don't have to wait any longer.This book takes you through everything you need to know to integrate your AS3 apps and games with Facebook accompanied by illustrative screenshots and short quizzes.It presents you with in depth coverage of the key underlying concepts such as creating a basic application that runs inside Facebook and exploring the Graph API which greatly simplifies how developers can retrieve data. This book also covers topics on security, permissions and authentication features on Facebook.This beginner's guide starts off by teaching you about retrieving simple public data and then rapidly working your way up to authenticating users, building powerful searches across the entire database, and uploading photos and other content.Throughout the book, you'll learn by building two fundamental components: an RIA Facebook interface and an AS3 SDK that you can drop into any project to add Facebook integration. This easy-to-understand guide has everything written as AS3-only projects with publicly available components, so you can follow along whether you use Flash Pro, Flex, or MXMLC – as long as you know AS3!This hands-on tutorial will present you with a whole new perspective of the three core aspects of Facebook – searching, retrieving, and updating the data .This practical book focuses on how to set up an application on Facebook and how to deal with different contexts like AIR.By the end of this book, you will be confident enough to set up your own application and create social interactions for users to share on Facebook.

1354
Loading...
EBOOK

Fascynujący świat robotów. Przewodnik dla konstruktorów

John Baichtal

Własny robot w zasięgu Twoich możliwości! Największym marzeniem każdego majsterkowicza jest skonstruowanie własnego robota, który wyręczy w codziennych, monotonnych pracach. Robota, dzięki któremu majsterkowicz będzie miał więcej czasu na konstruowanie nowych niesamowitych układów. Jeżeli Ty również marzysz o własnym pomocniku, trafiłeś na doskonałą książkę! Błyskawicznie wprowadzi Cię ona w świat budowniczych robotów. Dzięki licznym ilustracjom oraz przejrzystym opisom będzie to niezwykle przyjemna i pouczająca lektura. Zacznij czytać już dzisiaj i sprawdź, jaki silnik dobrać, jak wykorzystać energię słoneczną oraz jak opracować układ zasilania. Po zapoznaniu się z mechanicznymi i elektronicznymi aspektami budowy przejdziesz do tematów związanych z programowaniem Twojego robota. Odkryj, jak budować instrukcje warunkowe, pętle oraz wykorzystać w pełni środowisko platformy Arduino. Zdobądź wiedzę na temat praktycznych zastosowań podczerwieni oraz przekonaj się, czy w Twoim warsztacie są wszystkie niezbędne narzędzia konstruktora robotów. Konstruuj roboty wyposażone w silniki i koła. Buduj roboty zasilane energią słoneczną. Steruj pracą robotów za pomocą modułów radiowych, sieci Wi-Fi, a nawet internetu. Zaprogramuj roboty tak, aby reagowały na sygnały odbierane przez czujniki. Steruj pracą robotów za pomocą standardowego pilota od telewizora. Zbuduj robota, który będzie wykrywał niechcianych gości i strzelał w nich plastikowymi rzutkami. Chwytaj i przenoś przedmioty za pomocą różnych manipulatorów. Wykonaj roboty zdolne do pracy na wodzie i pod wodą. Pracuj nad robotami, które będą malowały lub tworzyły inne dzieła sztuki. Wykonaj moduł umożliwiający Twojemu robotowi wysyłanie wiadomości SMS zawierających informacje o wykonaniu określonych czynności. Odkryj możliwości nowoczesnych zestawów komponentów przeznaczonych do samodzielnego konstruowania robotów. Skompletuj swoją idealną skrzynkę z narzędziami. Poznaj zasady, które pozwolą Ci na bezpieczną pracę nad robotami. Przewodnik konstruktora robotów!

1355
Loading...
EBOOK

FastAPI Cookbook. Develop high-performance APIs and web applications with Python

Giunio De Luca, Antonio Ferraro

FastAPI is a cutting-edge Python framework that is revolutionizing the way web apps and APIs are built. Known for its speed, simplicity, and scalability, FastAPI empowers developers to create high-performing applications with ease. This book will help you leverage FastAPI’s immense potential to handle high-traffic scenarios and integrate seamlessly with modern Python tools.The book begins by familiarizing you with the basics of setting up and configuring your FastAPI environment before moving to the intricacies of building RESTful APIs, managing data with SQL and NoSQL databases, and handling authentication and authorization. Next, you'll focus on advanced topics such as custom middleware, WebSocket communication, and integration with various Python libraries. Each chapter is meticulously crafted with practical recipes, progressing from foundational concepts to advanced features and best practices. The concluding chapters show you how to optimize performance, implement rate limiting, and execute background tasks, empowering you to become a proficient FastAPI developer.By the end of this book, you'll have gained the skills you need to migrate existing apps to FastAPI, and be equipped to tackle any challenge in the modern web development landscape, ensuring your apps are not only functional, but also efficient, secure, and scalable.

1356
Loading...
EBOOK

fastText Quick Start Guide. Get started with Facebook's library for text representation and classification

Joydeep Bhattacharjee

Facebook's fastText library handles text representation and classification, used for Natural Language Processing (NLP). Most organizations have to deal with enormous amounts of text data on a daily basis, and gaining efficient data insights requires powerful NLP tools such as fastText. This book is your ideal introduction to fastText. You will learn how to create fastText models from the command line, without the need for complicated code. You will explore the algorithms that fastText is built on and how to use them for word representation and text classification. Next, you will use fastText in conjunction with other popular libraries and frameworks such as Keras, TensorFlow, and PyTorch. Finally, you will deploy fastText models to mobile devices. By the end of this book, you will have all the required knowledge to use fastText in your own applications at work or in projects.

1357
Loading...
EBOOK

Feature Engineering Made Easy. Identify unique features from your dataset in order to build powerful machine learning systems

Sinan Ozdemir, Divya Susarla, Michael Smith

Feature engineering is the most important step in creating powerful machine learning systems. This book will take you through the entire feature-engineering journey to make your machine learning much more systematic and effective.You will start with understanding your data—often the success of your ML models depends on how you leverage different feature types, such as continuous, categorical, and more, You will learn when to include a feature, when to omit it, and why, all by understanding error analysis and the acceptability of your models. You will learn to convert a problem statement into useful new features. You will learn to deliver features driven by business needs as well as mathematical insights. You'll also learn how to use machine learning on your machines, automatically learning amazing features for your data.By the end of the book, you will become proficient in Feature Selection, Feature Learning, and Feature Optimization.

1358
Loading...
EBOOK

Feature Management with LaunchDarkly. Discover safe ways to make live changes in your systems and master testing in production

Michael Gillett

Over the past few years, DevOps has become the de facto approach for designing, building, and delivering software. Feature management is now extending the DevOps methodology to allow applications to change on demand and run experiments to validate the success of new features. If you want to make feature management happen, LaunchDarkly is the tool for you.This book explains how feature management is key to building modern software systems. Starting with the basics of LaunchDarkly and configuring simple feature flags to turn features on and off, you'll learn how simple functionality can be applied in more powerful ways with percentage-based rollouts, experimentation, and switches. You'll see how feature management can change the way teams work and how large projects, including migrations, are planned. Finally, you'll discover various uses of every part of the tool to gain mastery of LaunchDarkly. This includes tips and tricks for experimentation, identifying groups and segments of users, and investigating and debugging issues with specific users and feature flag evaluations.By the end of the book, you'll have gained a comprehensive understanding of LaunchDarkly, along with knowledge of the adoption of trunk-based development workflows and methods, multi-variant testing, and managing infrastructure changes and migrations.

1359
Loading...
EBOOK

Federated Learning with Python. Design and implement a federated learning system and develop applications using existing frameworks

Kiyoshi Nakayama, PhD , George Jeno

Federated learning (FL) is a paradigm-shifting technology in AI that enables and accelerates machine learning (ML), allowing you to work on private data. It has become a must-have solution for most enterprise industries, making it a critical part of your learning journey. This book helps you get to grips with the building blocks of FL and how the systems work and interact with each other using solid coding examples.FL is more than just aggregating collected ML models and bringing them back to the distributed agents. This book teaches you about all the essential basics of FL and shows you how to design distributed systems and learning mechanisms carefully so as to synchronize the dispersed learning processes and synthesize the locally trained ML models in a consistent manner. This way, you’ll be able to create a sustainable and resilient FL system that can constantly function in real-world operations. This book goes further than simply outlining FL's conceptual framework or theory, as is the case with the majority of research-related literature.By the end of this book, you’ll have an in-depth understanding of the FL system design and implementation basics and be able to create an FL system and applications that can be deployed to various local and cloud environments.

1360
Loading...
EBOOK

Filmora Efficient Editing. Create high-quality videos for any discipline from scratch using chroma keys, split screens, and audio

Alexander Zacharias

Whether you want to create short films, YouTube videos, music videos, or videos for any social event, Filmora is a powerful, innovative, and user-friendly video editing software that you can use for all this and much more!Filmora Efficient Editing is a comprehensive introduction for those who are new to video editing as well as those looking to transition to Filmora. The book starts by helping you develop an understanding of video editing and Filmora’s interface and gradually takes you through adding sources and exporting your first project. Next, you’ll learn how to make your videos engaging and fun using audio, personalization, the split-screen function, and Chroma keys. You’ll understand how to plan as well as create your videos using Filmora from scratch. With simplified concepts, steps, and real-world editing examples, this book covers applications such as YouTube, animated intros, professional marketing videos, and industry-standard tips.By the end of this video editing book, you’ll have learned how to use Filmora's powerful tools and functionality to create high-quality and professional videos from scratch.