Copyleft

https://editorialia.com/wp-content/uploads/2020/06/c-notes-for-professionals.jpg

C Notes for Professionals

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

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

Fundamentals of Data Visualization

Guide to making visualizations that accurately reflect the data, tell a story, and look professional. It has grown out of my experience of working with students and postdocs in my laboratory on thousands of data visualizations.

https://editorialia.com/wp-content/uploads/2020/04/defining-artificial-intelligence.jpg

Defining Artificial Intelligence |🇪🇸 Definiendo Inteligencia Artificial

The starting point to develop the operational definition is the definition of AI adopted by the High Level Expert Group on artificial intelligence. To derive this operational definition we have followed a mixed methodology. On one hand, we apply natural language processing methods to a large set of AI literature. On the other hand, we carry out a qualitative analysis on 55 key documents including artificial intelligence definitions from three complementary perspectives: policy, research and industry.

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

Advanced R

Advanced R helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special. This book will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimising your code.

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

IPython Interactive Computing and Visualization Cookbook

IPython Interactive Computing and Visualization Cookbook, Second Edition contains many ready-to-use, focused recipes for high-performance scientific computing and data analysis, from the latest IPython/Jupyter features to the most advanced tricks, to help you write better and faster code.

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

Android™ Notes for Professionals book

Android™ Notes for Professionals book is compiled from Stack Overflow Documentation. (1301 pages, published on May 2018)

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/altair_declarative_visualization_in_python-1.jpg

Altair: Declarative Visualization in Python

Altair is a declarative statistical visualization library for Python. With Altair, you can spend more time understanding your data and its meaning. Altair’s API is simple, friendly and consistent and built on top of the powerful Vega-Lite JSON specification. This elegant simplicity produces beautiful and effective visualizations with a minimal amount of code. Altair is developed by Jake Vanderplas and Brian Granger in close collaboration with the UW Interactive Data Lab.

https://editorialia.com/wp-content/uploads/2020/06/sql-notes-for-professionals-book.jpg

SQL Notes for Professionals book

This SQL Notes for Professionals book is compiled from Stack Overflow Documentation. (166 pages, published on May 2018)

https://editorialia.com/wp-content/uploads/2020/02/logo-tpot.jpg

TPOT is a Python Automated Machine Learning tool

Consider TPOT your Data Science Assistant. TPOT is a Python Automated Machine Learning (AutoML) tool that optimizes machine learning pipelines using genetic programming.