http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
What every computer scientist should know about floating-point arithmetic
Tags: #floatingPoint #math
What every computer scientist should know about floating-point arithmetic
Tags: #floatingPoint #math
https://technologyconversations.com/2013/12/20/test-driven-development-tdd-example-walkthrough/
Tags: #programming #tdd
Tags: #programming #tdd
Technology Conversations
Test Driven Development (TDD): Example Walkthrough
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test cas…
https://techcrunch.com/2016/12/05/why-education-should-become-more-like-artificial-intelligence/
Tags: #AI
Tags: #AI
TechCrunch
Why education should become more like artificial intelligence
Artificial intelligence is all around us. It’s in our cars, our homes and our pockets. With all this information, this intelligence, at our fingertips and lips, shouldn’t our…
http://www.ibm.com/developerworks/opensource/library/os-postgresecurity/index.html
Tags: #database #security #postgreSQL
Tags: #database #security #postgreSQL
Ibm
Total security in a PostgreSQL database
Database security is the single biggest concern with today's Web-based applications. Without control, you risk exposing sensitive information about your company or, worse yet, your valuable customers. In this article, learn about security measures you can…
https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
Tags: #programming
Tags: #programming
Bartosz Milewski's Programming Cafe
Category Theory for Programmers: The Preface
Table of Contents Part One Category: The Essence of Composition Types and Functions Categories Great and Small Kleisli Categories Products and Coproducts Simple Algebraic Data Types Functors Functo…
https://blog.dominodatalab.com/an-introduction-to-model-based-machine-learning/
Tags: #machinelearning
Tags: #machinelearning
Dominodatalab
An Introduction to Model-Based Machine Learning
This article introduces Model-Based Machine Learning, a new paradigm in machine learning which makes use of Bayesian inference, rather an optimization.