This repository contains the required files for the "Neural Net in Maya" tutorial available on this website.
-
Dataset: Located in the
datasetfolder, the filepenguins-clean-all.csvis derived from the Palmer Penguins dataset. It contains measurements for three penguin species: bill length, bill depth, flipper length, and body mass. -
Maya Rig: Inside the
rigfolder, you'll findpenguin.ma. It's a rigged Maya model of a penguin. This rig allows users to adjust specific attributes of the penguin, such as flipper length, bill length, bill depth, weight, and size. Using these attributes, the provided Python script predicts which of the three penguin species the model most closely resembles.
- Visit the tutorial page for a detailed walkthrough.
- Clone this repository using the following command:
git clone https://github.com/BramVR/penguinFiles.git- Use the provided files in accordance with the tutorial steps.
Note:
If you identify any bugs or wish to suggest improvements, please open an issue or submit a pull request or leave a comment on the tutorial.