-
A Student’s Guide to R
Introduction Getting Started with RStudio One Quantitative Variable One Categorical Variable Two Quantitative Variables Two Categorical Variables Quantitative Response, Categorical Predictor Categorical Response, Quantitative Predictor Survival Time Outcomes More…
-
Algorithmic Problem Solving with Python
This book uses Python to introduce folks to programming and algorithmic thinking. It is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques. The book deals with…
-
Angular 9 Masterclass with TypeScript, Firebase, & Material Course Site
Master and build reactive Single Page Applications(SPA) from scratch using Angular (formerly “Angular 2” or “AngularJS”) What you’ll learn Angular 9 Masterclass with TypeScript, Firebase, & Material Course Site…
-
Data Structures and Programming Techniques
Topics include programming in C; data structures (arrays, stacks, queues, lists, trees, heaps, graphs); sorting and searching; storage allocation and management; data abstraction; programming style; testing and debugging; writing efficient programs.
-
Global Optimization Algorithms
This e-book is devoted to global optimization algorithms, which are methods to find optimal solutions for given problems. It especially focuses on Evolutionary Computation by discussing evolutionary algorithms, genetic algorithms, Genetic Programming,…