Skip to content

Chetan177/Champeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Champeon

PUBG Win prediction system

About

Champeon is based on a Dense Neural Network model which has accuracy rate of more than 94%. It uses Keras model running on a Tensorflow backend which is GPU accelerated. The DataSet which is used to develop the DNN model is consist of more than 4 million examples.

Check Out here

Champeon

Tensorflow model used:

The DNN is made up of 5 layers with 4 in between batch normalization layer

  1. Input layer with 32 units
  2. Hidden layer with 64 units
  3. Hidden layer with 64 units
  4. Hidden layer with 64 units
  5. Output layer with 1 units

Input layer and all the 3 hidden layers uses the relu activation function The output layers uses sigmoid function as activation fucntion. The model is trained for 100 epochs with average time per epochs 20sec(GPU Accelerated)

Pubg-DNN

Preview

DataSet

Data set is available at: DataSet

PUBG API

Pubg API is used to gather information about a specific user PUBG API LINK

Data Piplining

PUBG: COPYRIGHT ©2019 PUBG CORPORATION. ALL RIGHTS RESERVED. PLAYERUNKNOWN’S BATTLEGROUNDS and PUBG are registered trademarks, trademarks or service marks of PUBG CORPORATION.

Releases

No releases published

Packages

No packages published