This repository contains the homework assignments for the Advanced Machine Learning (AML) course at Tsinghua University for the Fall 2024 semester. The course covers advanced topics in machine learning, including deep learning, probabilistic models, optimization techniques, and applications in various domains.
Skip
To work on the assignments, you should have:
- A solid understanding of basic machine learning concepts.
- Familiarity with Python programming.
- Experience with libraries such as NumPy, Pandas, TensorFlow, or PyTorch.
-
Clone the repository:
git clone https://github.com/your-username/aml-homework-2024.git cd aml-homework-2024 -
Install the required dependencies:
pip install -r requirements.txt
-
Navigate to the
assignments/folder to start working on the homework.
Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
This repository is for educational purposes only. Please adhere to the course's academic integrity policies when using this material.
For any questions or clarifications, please contact the course instructors or teaching assistants.