Skip to content

eulergomees/dnn_cattle_weight_gain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dense Neural Network for poker hand classification

A DNN for predict and classify the weight gain in beef cattle using my own dataset.

The dataset was constructed using data from two farms in the Bambuí-MG region. Having 205 samples.

Requirements

  • Python 3.11
  • Numpy
  • Seaborn
  • Pandas
  • Matplotlib
  • Pytorch
  • Sklearn

Run Locally

Clone the project

  git clone https://github.com/eulergomees/dnn_cattle_weight_gain.git

Go to the project directory

  cd dnn_cattle_weight_gain

Create and activate a new conda envoriment

  conda create my_env python=3.11
  conta activate my_env

Install dependencies

  pip install -r /path/to/requirements.txt

Open your favorite code editor (VSCODE exemple)

  code .

Authors

About

Dense Neural Network using cattle gain dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors