Submitted by JJ_00ne t3_11cmyf8 in deeplearning
I'm aiming to make a model to create a organization chart for a workplace. There are three key sector and about 15 workers. Each sector require at least one male and one female employee.
I would start by creating a table with all the employees and for each one as features the sex and a percentual about their affinity for each working sector based on their CV.
Starting from this, i'd like to have some clues about the cost function and the activation function to use, and how to set the minimum employees based on their sex (i'm using Keras and Tensorflow, not very skilled yet but i'm following the book Zero to Deep Learning)
nibbajenkem t1_ja5568v wrote
Doesnt seem like anything you need deep learning for