English (Ebook)

https://editorialia.com/wp-content/uploads/2020/06/r-packages.jpg

R Packages

Packages are the fundamental units of reproducible R code. They include reusable R functions, the documentation that describes how to use them, and sample data. In this book you’ll learn how to turn your code into packages that others can easily download and use. Writing a package can seem overwhelming at first. So start with the basics and improve it over time. It doesn’t matter if your first version isn’t perfect as long as the next version is better. This is where we are developing the 2nd edition of this book.

https://editorialia.com/wp-content/uploads/2020/03/writing-native-mobile-apps-in-a-functional-language-succinctly.png

Writing Native Mobile Apps in a Functional Language Succinctly

In Implementing a Custom Language Succinctly, Succinctly series author Vassili Kaplan demonstrated how to create a customized programming language. Now, he returns to showcase how you can use that language to build fully functional mobile apps. In Writing Native Mobile Apps in a Functional Language Succinctly, you will build off the skills you’ve already developed to begin creating applications that you can put to immediate use.

https://editorialia.com/wp-content/uploads/2020/06/r-programming-succinctly.jpg

R Programming Succinctly

The R programming language on its own is a powerful tool that can perform thousands of statistical tasks, but by writing programs in R, you gain tremendous power and flexibility to extend its base functionality. Senior Succinctly series author and editor James McCaffrey shows you how in R Programming Succinctly.

https://editorialia.com/wp-content/uploads/2020/03/business-process-flow-mapping-succinctly.png

Business Process Flow Mapping Succinctly

In a company, when the business process is defined, employees feel confident in their roles. They understand expectations and can easily identify when something is amiss or requires escalation. In Business Process Flow Mapping Succinctly, Erica Quigley will show you the activities that should occur in order to completely define a business process so you can identify and rectify gaps in communication, procedures, and teams. You will also learn a simple way to document the process so the project team working with you can feel confident in what they are being asked to execute.

https://editorialia.com/wp-content/uploads/2020/06/scala-succinctly.jpg

Scala Succinctly

Chris Rose guides readers through the basics of Scala, from installation to syntax shorthand, so that they can get up and running quickly.

https://editorialia.com/wp-content/uploads/2020/03/docker-succinctly.png

Docker Succinctly

Containers have revolutionized software development, allowing developers to bundle their applications with everything they need, from the operating system up, into a single package. Docker is one of the most popular platforms for containers, allowing them to be hosted on-premises or on the cloud, and to run on Linux, Windows, and Mac machines. With Docker Succinctly by Elton Stoneman, learn the basics of building Docker images, sharing them on the Docker Hub, orchestrating containers to deliver large applications, and much more.

https://editorialia.com/wp-content/uploads/2020/03/algorithms-notes-for-professionals.png

Algorithms Notes for Professionals

Algorithms Notes for Professionals book is compiled from Stack Overflow Documentation. (252 pages, published on May 2018)

https://editorialia.com/wp-content/uploads/2020/06/introduction-to-cntk-succinctly.jpg

Introduction to CNTK Succinctly (Microsoft Cognitive Toolkit)

“Microsoft CNTK (Cognitive Toolkit, formerly Computational Network Toolkit), an open source code framework, enables you to create feed-forward neural network time series prediction systems, convolutional neural network image classifiers, and other deep learning systems. In Introduction to CNTK Succinctly, author James McCaffrey offers instruction on the basics of installing and running CNTK, and also addresses machine-learning regression and classification techniques. Exercises and explanations are included in each chapter”. (Syncfusion)

https://editorialia.com/wp-content/uploads/2020/06/keras-succinctly.jpg

Keras Succinctly

Neural networks are a powerful tool for developers, but harnessing them can be a challenge. With Keras Succinctly, author James McCaffrey introduces Keras, an open-source, neural network library designed specifically to make working with backend neural network tools easier.

https://editorialia.com/wp-content/uploads/2020/06/efficient-r-programming.jpg

Efficient R programming

There are many excellent R resources for visualization, data science, and package development. Hundreds of scattered vignettes, web pages, and forums explain how to use R in particular domains. But little has been written on how to simply make R work effectively-until now.