Tag

Game Data

0 views collected around this technical thread.

NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
Sep 5, 2022 · Artificial Intelligence

Feature Engineering in Game Data: Types, Missing Value and Outlier Handling

This article explains how feature engineering in game data involves classifying structured and unstructured, quantitative and qualitative features, and details practical methods for handling missing values and outliers to improve machine‑learning model performance.

Game Datadata preprocessingfeature engineering
0 likes · 9 min read
Feature Engineering in Game Data: Types, Missing Value and Outlier Handling
Python Programming Learning Circle
Python Programming Learning Circle
Feb 24, 2020 · Fundamentals

Beginner's Python Web Crawler for High‑Resolution Game Skins and Hero Background Stories

This tutorial introduces a lightweight Python web crawler that, without relying on third‑party scraping frameworks, fetches high‑resolution skin images and all hero background stories from a popular game, explaining required libraries, implementation steps, and showing the resulting outputs.

Beginner TutorialGame DataPython
0 likes · 3 min read
Beginner's Python Web Crawler for High‑Resolution Game Skins and Hero Background Stories
Beike Product & Technology
Beike Product & Technology
Feb 7, 2018 · Artificial Intelligence

Linear Regression with TensorFlow: Predicting Damage from Attack in a Game

This tutorial walks programmers through building a simple TensorFlow linear regression model that learns the relationship between attack power and damage in a game, covering data preparation, model definition, loss calculation, optimization, training loops, and evaluation with complete Python code examples.

Game DataPythonTensorFlow
0 likes · 12 min read
Linear Regression with TensorFlow: Predicting Damage from Attack in a Game