eBooks-it.org Logo
eBooks-IT.org Inner Image

Jan 10 2015 Added eBooks Page 2

Download free Jan 10 2015 Added eBooks Page 2

Thoughtful Machine Learning

A Test-Driven Approach
Thoughtful Machine Learning Image
Learn how to apply test-driven development (TDD) to machine-learning algorithms-and catch mistakes that could sink your analysis. In this practical guide, author Matthew Kirk takes you through the principles of TDD and machine learning, and shows you how to apply TDD to several machine-learning algorithms, including Naive Bayesian classifiers and Neural Networks.Machine-learning algorithms often have tests baked in, but they can't account for human errors in coding. Rather than blindly rely on machine-learning results as many researchers have, you can mitigate the risk of errors with TDD and write clean, stable machine-learning code. If you're familiar with Ruby 2.1, you're ready to start.Apply TDD to write and run tests before you start codingLearn ...

Oracle Database Transactions and Locking Revealed

Oracle Database Transactions and Locking Revealed Image
Oracle Database Transactions and Locking Revealed provides much-needed information for building scalable, high-concurrency applications and deploy them against the Oracle Database. Read this short, 150-page book that is adapted from Expert Oracle Database Architecture to gain a solid and accurate understanding of how locking and concurrency are dealt with by Oracle Database. Also learn how the Oracle Database architecture accommodates user transactions, and how you can write code to mesh with how Oracle Database is designed to operate.Good transaction design is an important facet of highly-concurrent applications that are run by hundreds, even thousands of users who are all executing transactions at the same time. Transaction design in turn relies up...

HTML5 Game Programming with enchant.js

HTML5 Game Programming with enchant.js Image
HTML5 Game Programming with enchant.js gives first-time programmers of all ages the tools to turn their video game ideas into reality. A step-by-step guide to the free, open-source HTML5 and JavaScript engine enchant.js, it is ideally suited for game fans who have always wanted to make their own game but didnt know how. It begins with the foundations of game programming and goes on to introduce advanced topics like 3D. We live in an age where smartphones and tablets have made games more ubiquitous than ever.Based around HTML5, enchant.js is ideally suited for aspiring game programmers who have always been intimidated by code. Games written using enchant.js take only a few hours to write, and can be played in a browser, iOS, and Android devices, remov...

Programming with POSIX Threads

Programming with POSIX Threads Image
With this practical book, you will attain a solid understanding of threads and will discover how to put this powerful mode of programming to work in real-world applications. The primary advantage of threaded programming is that it enables your applications to accomplish more than one task at the same time by using the number-crunching power of multiprocessor parallelism and by automatically exploiting I/O concurrency in your code, even on a single processor machine. The result: applications that are faster, more responsive to users, and often easier to maintain. Threaded programming is particularly well suited to network programming where it helps alleviate the bottleneck of slow network I/O. This book offers an in-depth description of the IEEE op...

Structured Programming

Structured Programming Image
This book is the classic text in the art of computer programming. The first section represents an initial outstanding contribution to the understanding of the design of programs and the use of structured programming. The second part describes how similar principles can be applied in the design of data structures. The final section provides a synthesis of the previous two and expounds the close theoretical and practical connections between the design of data and the design of programs....


2007 - 2017 © eBooks-IT.org