Tag: Software Product Management
-
Basic Python Programming

This guide introduces basic concepts and features of the Python programming language. It covers a range of topics, including installation, variables, strings, lists, tuples, sets, dictionaries, loops, conditionals, functions, and modules. The comprehensive content provides valuable information for beginners seeking to learn Python for data science or general programming.
-
NVIDIA Rolling Volatility: GARCH & XGBoost

This post examines the prediction of NVIDIA stock volatility using two models: the Generalized Autoregressive Conditional Heteroscedasticity (GARCH) and the Extreme Gradient Boosting (XGBoost). Both models are compared in terms of MSE and MAPE. The post discovers that the machine learning-based XGBoost model outperforms the GARCH model in NVDA volatility forecasting, showing the effectiveness of…
-
Unsupervised ML, K-Means Clustering & Customer Segmentation

Table of Clickable Contents Motivation Methods Open-Source Datasets This file contains the basic information (ID, age, gender, income, and spending score) about the customers. Online retail is a transnational data set which contains all the transactions occurring between 01/12/2010 and 09/12/2011 for a UK-based and registered non-store online retail. The company mainly sells unique all-occasion…
-
A Closer Look at the Azure Cloud Portfolio – 3. Azure DevOps Boards

Azure Boards (AB), part of Azure DevOps suite, is a tool for managing software development work that allows planning, tracking, customization, and discussion. The post outlines how to start with AB, set up a project, create and manage work items, customize a project’s boards, and organize work into sprints. AB’s key advantages include its flexibility,…