homework 3
gene46100
homework
Homework 3
Part 1: Hyperparameter Calibration with Weights & Biases
-
- TF binding prediction
- Simple DNA scoring
- Cubic function with MLP
Part 2: Model Deployment and Testing
-
- Model architecture
- Training code
- Evaluation metrics
- Prediction code
-
- Loads all required packages
- Loads the trained model architecture and weights
- Makes predictions on the hold-out test set
- Can be run independently without executing the entire notebook
Submission Requirements
- Submit your Jupyter notebook with all code and documentation
- Include a separate prediction script as described above
- Document your hyperparameter tuning process and results
- Provide clear instructions for running the prediction script
Evaluation Criteria
- Proper implementation of hyperparameter tuning
- Model performance on test set
- Code organization and documentation
- Reproducibility of results