Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
5 results tagged methodology  ✕
Principal Component Analysis http://www.oranlooney.com/post/ml-from-scratch-part-6-pca/
Wed 09 Oct 2019 07:46:37 PM CEST
QRCode

PCA is a linear dimensionality reduction technique. Many non-linear dimensionality reduction techniques exist, but linear methods are more mature, if more limited.

algorithm analytics article data_science methodology statistics
Double Buffer · Sequencing Patterns · Game Programming Patterns http://gameprogrammingpatterns.com/double-buffer.html
Sat 06 Oct 2018 07:03:36 PM CEST
QRCode

In their hearts, computers are sequential beasts. Their power comes from being able to break down the largest tasks into tiny steps that can be performed one after another. Often, though, our users need to see things occur in a single instantaneous step or see multiple tasks performed simultaneously.

A typical example, and one that every game engine must address, is rendering. When the game draws the world the users see, it does so one piece at a time — the mountains in the distance, the rolling hills, the trees, each in its turn. If the user watched the view draw incrementally like that, the illusion of a coherent world would be shattered. The scene must update smoothly and quickly, displaying a series of complete frames, each appearing instantly.

Double buffering solves this problem, but to understand how, we first need to review how a computer displays graphics.

algorithm article graphics methodology tutorial
How to Debug Anything · RealMensch https://realmensch.org/2017/01/18/how-to-debug-anything/
Fri 17 Aug 2018 08:34:40 PM CEST
QRCode

If the code isn’t working the way you think it should, then something about your assumptions is wrong. Look through code to ensure that all the pieces work as you expect them to. Step through the code with a debugger if you can and look for any surprises.

debug development methodology programming software
UQDS: A software-development process that puts quality first | Opensource.com https://opensource.com/article/18/2/uqds
Thu 16 Aug 2018 04:05:14 PM CEST
QRCode

Ultimate Quality Development System is key to software project Twisted's ability to release stable, reliable code.

article development methodology post software_engineering
How to Day Trade With Keltner Channels https://www.thebalance.com/how-to-day-with-trade-keltner-channels-4051613
Sun 01 Jul 2018 02:57:13 PM CEST
QRCode

Keltner Channel uses, calculations, and strategies for day traders, including how to trade trends and breakouts.

algorithm methodology trading
3654 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn