Deep Learning challenge. Sent to Appicants for Deep Learning Engineer Full Time position at Proteinea firm.
For this problem, i were asked to generate a date given a set of conditions, using any neural network architecture i would like. my input (x) is the conditions on the date, and the output (y) is ANY date that complies with those conditions. This means that, like any generative model, there are many right answers per input x. here is the complete problem statement
-Tools: Sklearn , Matplotlib , Numpy , Pandas, pytorch, imblearn, calendar
-steps:
-
then divide the problem into 2 subproblems:-
i started by additional preprocessing step according to the submodel needs, then separete training and test sets fix the imbalanced data by oversampling(only on training set), then prepare data for neural network, and made traing steps finally save the results to csv file, and the trained model
this work done by Ahmed Salama at NOV-2022