Skip to content

Palmer Penguin Classification using Neural Network in Python (Tensorflow, PyTorch, etc.) for teaching purposes

Notifications You must be signed in to change notification settings

rianrajagede/penguin-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sample Codes for Palmer Penguin Dataset Classification

This is a collection of simple and easy-to-read programs for Palmer Penguin classification (for teaching purposes). I use several frameworks to classify this data, so the reader can compare the difference between one and another for the same usage.

This repository is an improvement from the previous iris-python repository. Compared to Iris dataset, Palmer Penguin dataset is little bit challenging, because there are some preprocessing steps that necessary for this data (remove missing values, standardization, etc.).

Penguin Team

Each program contains:

  1. Load the cleaned data
  2. Preprocess (convert to numeric, standardize)
  3. Train a model
  4. Test

Required Packages:

Please install requirements.txt file in each folder


Keras (using Tensorflow backend)

Python & Scikit-Learn

PyTorch

Tensorflow

About

Palmer Penguin Classification using Neural Network in Python (Tensorflow, PyTorch, etc.) for teaching purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages