You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MsiPowerCenter is a Linux application to manage the fan speed, power consumption and performance of my MSI Prestige 15 a11scx laptop. The idea comes from the official app MSI Center for Business & Productivity which only runs on Windows.
This project aims to create a model which predicts the relative performance of a CPU based on some characteristics. The input-output mapping is nonlinear, thus a Multi-Layer Perceptron (MLP) is created using TensorFlow and Keras ML frameworks