homework 3

gene46100
homework
Published

April 10, 2025

Modified

April 22, 2025

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

  1. Submit your Jupyter notebook with all code and documentation
  2. Include a separate prediction script as described above
  3. Document your hyperparameter tuning process and results
  4. 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

© HakyImLab and Listed Authors - CC BY 4.0 License