An analysis of NVIDIA GeForce GPU (video card) performance in Autodesk ReMake, including a look at graphics memory usage and dual GPUs.


An analysis of NVIDIA GeForce GPU (video card) performance in Autodesk ReMake, including a look at graphics memory usage and dual GPUs.

An analysis of NVIDIA Quadro GPU (video card) performance in Autodesk ReMake, including a look at graphics memory usage and dual GPUs.

We test a lot of software here at Puget Systems, and in most cases what we are looking for is what hardware lets a given program run the fastest – or in some cases, what is the most cost effective. If you can get 95% of the best possible performance for half the price that it would cost to get a full 100%, for example, that is often a compelling way to go. However, ANSYS Mechanical (and FLUENT) present a different challenge: how can you get the best performance within the limitations of the ANSYS licensing model?
In this post I will look at “Regularization” in order to address an important problem that is common with implementations, namely over-fitting. We’ll go through for logistic regression and linear regression. After getting the equations for regularization worked out we’ll look at an example in Python showing how this can be used for a badly over-fit linear regression model.

Are you interested in a clean install of Windows 10? Or maybe you just want to improve system performance and reliability but retain files and folders? This guide will simplify the Windows 10 reset process to help get your system back on track. Please make sure your data is sufficiently backed up before hand!
Logistic regression is a widely used Machine Learning method for binary classification. It is also a good stepping stone for understanding Neural Networks. In this post I will present the theory behind it including a derivation of the Logistic Regression Cost Function gradient.

Regardless of why you are considering moving from Mac to PC, we understand that you probably have a host of questions and concerns. In this article, we want to address a number of questions we get asked over and over from people looking to make the move to PC.

Puget Systems will be exhibiting at SIGGRAPH 2017 in Los Angeles, CA. Be sure to swing by our booth (1119) to talk with us about your work!
If you are a photo or video editor wondering if you should go with 8-bit or 10-bit hardware, this article is for you!
This will be the last post in the Linear Regression series. We will look at the problems of over or under fitting data along with non-linear feature variables.