FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
-
Data Science at the Command Line, 2nd Ed. (Jeroen Janssens) Post under Data Science and Unix/Linux Shell Scripting on Sat Mar 05, 2022
This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. Learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.
-
Structure and Interpretation of Computer Programs in JavaScript Post under Computer Programming and JavaScript on Sat Mar 12, 2022
This book introduces the reader to central ideas of computation by establishing a series of mental models for computation. It has had a dramatic impact on computer science curricula over the past decades. Examples are implemented using the JavaScript.
-
Machine Learning with Neural Networks (Bernhard Mehlig) Post under Machine Learning and Neural Networks on Sat Mar 19, 2022
A modern and self-contained book offers a clear and accessible introduction to the important topic of machine learning with neural networks. It provides comprehensive coverage of neural networks, their evolution, their structure, their applications, etc.
-
You Don't Know JS Yet: Scope and Closures, 2nd Edition Post under JavaScript Programming on Sat Mar 26, 2022
This concise yet in-depth guide takes you inside scope and closures, two core concepts you need to know to become a more efficient and effective JavaScript programmer. You'll learn how and why they work, and how to use it, etc.
-
Applied Bioinformatics (David A. Hendrix) Post under Bioinformatics, Computational Biology, etc. on Sat Mar 19, 2022
This book is designed to introduce students with little to no programming experience to the concepts and methodologies of bioinformatics, and contemporary software applications. It will deal with the analysis of nucleic acid sequence data.
-
Vulnerability Management for Dummies (Wolfgang Kandek) Post under Networks Administration and Risk Management on Sat Mar 19, 2022
This book is all about what you can do to automatically manage vulnerabilities and keep your network safe from attack. It arms you with the facts and shows you how to implement a successful Vulnerability Management program.
-
Theory of Statistics (James E. Gentle) Post under Statistics and Mathematical Statistics on Sat Mar 19, 2022
This book is directed toward students for whom mathematical statistics is or will become an important part of their lives. It covers classical likelihood, Bayesian, and permutation inference; an introduction to basic asymptotic distribution theory; and modern topics.
-
Building the Data Lakehouse (Bill Inmon, et al.) Post under Data Storage, Data Warehouse, Data Lake, etc. on Sat Mar 05, 2022
Learn about the features and architecture of the data lakehouse, along with its powerful analytical infrastructure. The data lakehouse is the next generation of the data warehouse and data lake.
-
CS for All: An Introduction to Computer Science using Python Post under Introduction to Computer Science and Python Programming on Sat Mar 12, 2022
To provide an introduction to computer science as an intellectually rich and vibrant field rather than focusing exclusively on computer programming. It emphasizes concepts and problem-solving over syntax and programming language features.
-
97 Things Every Cloud Engineer Should Know: From the Experts Post under Cloud Computing, Serverless, Distributed Systems, etc. on Sat Mar 12, 2022
With this book, professionals from around the world provide valuable insight into today's cloud engineering role. It explore the entire cloud computing experience, including fundamentals, architecture, and migration.
-
Elementary Algorithms (Xinyu Liu) Post under Algorithms and Data Structures on Sat Mar 05, 2022
This book doesn't only focus on an imperative (or procedural) approach, but also includes purely functional algorithms and data structures. It teaches you how to think like a programmer - find the practical efficiency algorithms to solve your problems.
-
Math for Trades: Volume 2 (Chad Flinn, et al.) Post under Financial Mathematics and Elementry Mathematics on Sat Mar 26, 2022
This volume continues where the Volume 1 left off. Volume 2 increases the challenge with topics such as converting units and working with equations, perimeter, area, and volume. Once again the material is presented from a trades perspective.
-
Notes on the Design of Optimal FIR Filters (John Treichler) Post under Digital Signal Processing, Electronics Circuit Design, HDL on Sat Mar 26, 2022
This note primarily addresses how to estimate impulse response lengths short of actually designing the filter itself and indirectly discusses a bit the first. It examines how to convert a typical filter specification in terms of cutoff frequency, passband ripple, etc.
-
Java Design Patterns (Rohit Joshi) Post under Software Design Patterns and Advanced Java on Sat Mar 26, 2022
In this book you will delve into a vast number of Design Datterns and see how those are implemented and utilized in Java. You will understand the reasons why patterns are so important and learn when and how to apply each one of them.
-
Advanced Data Analysis from an Elementary Point of View Post under Data Analysis and Data Mining on Sat Mar 12, 2022
This is a textbook on data analysis methods, intended for advance undergraduate students who have already taken classes in probability, mathematical statistics, and linear regression.
-
GraphQL and Android (Mark L. Murphy) Post under Web API Nd Android Programming on Sat Mar 05, 2022
GraphQL is a rapidly-ascending alternative to REST for implementing Web services. This book helps you understand what GraphQL is and how to communicate with a GraphQL server, both in terms of GraphQL and Android code for reaching those servers.
-
Bayesian Methods in the Search for MH370 (Samuel Davey, et al.) Post under Bayesian Thinking on Sat Mar 05, 2022
This book demonstrates how nonlinear/non-Gaussian Bayesian time series estimation methods were used to produce a probability distribution of potential MH370 flight paths, which was used to define the search zone in the southern Indian Ocean.
-
Clever Algorithms: Nature-Inspired Programming Recipes Post under Artificial Intelligence and Algorithms on Sat Mar 05, 2022
The book describes 45 algorithms from the field of Artificial Intelligence. All algorithm descriptions are complete and consistent to ensure that they are accessible, usable and understandable by a wide audience.
-
Planning Algorithms (Steven M. LaValle) Post under Optimization and Algorithms on Sat Mar 05, 2022
This is the only book for teaching and referencing of Planning Algorithms in applications including robotics, computational biology, computer graphics, manufacturing, aerospace applications and medicine, etc.
-
High Performance Computing (Charles Severance) Post under Parallel Computing and Programming on Sat Mar 05, 2022
The purpose of this book is to teach new programmers and scientists about the basics of High Performance Computing. It presents techniques that address new performance issues in the programming of high performance computing (HPC) applications.
-
Linkers and Loaders (John R. Levine) Post under Compiler Construction and Operating Systems (OS) on Sat Mar 05, 2022
Written for any programmer who works with compiled code, this book surveys today's hardware platforms with a tour of how code is linked and executed. It is for anyone who wants to understand how programs are built and run on today's computing systems.
-
Lecture Notes on Bucket Algorithms (Luc Devroye) Post under Algorithms and Data Structures on Sat Mar 05, 2022
The bucket data structure is rather sensitive to the distribution of the data. In these lecture notes, we attempt to explain the connection between the expected time of various bucket algorithms and the distribution of the data.
:
|
|