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.
- Python 3.11
- Numpy
- Seaborn
- Pandas
- Matplotlib
- Pytorch
- Sklearn
Clone the project
git clone https://github.com/eulergomees/dnn_cattle_weight_gain.gitGo to the project directory
cd dnn_cattle_weight_gainCreate and activate a new conda envoriment
conda create my_env python=3.11
conta activate my_envInstall dependencies
pip install -r /path/to/requirements.txtOpen your favorite code editor (VSCODE exemple)
code .