eaglelandsonce commited on
Commit
15ae13c
·
verified ·
1 Parent(s): 53b21cb

Update pages/100_Graduate_Machine_Learning.py

Browse files
pages/100_Graduate_Machine_Learning.py CHANGED
@@ -154,8 +154,34 @@ st.write("""
154
  5. Explore fairness in machine learning using real-world datasets.
155
  """)
156
 
157
- # Assessments Section
158
- st.header("Assessments")
159
  st.write("""
160
  - **Midterm Project**: Design and implement a machine learning model that incorporates advanced theoretical methods and optimization techniques.
161
- - **Final Research Paper**: Write and present a research paper on a selected topic in advanced machine learning
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  5. Explore fairness in machine learning using real-world datasets.
155
  """)
156
 
157
+ # Assessments Section (continued)
 
158
  st.write("""
159
  - **Midterm Project**: Design and implement a machine learning model that incorporates advanced theoretical methods and optimization techniques.
160
+ - **Final Research Paper**: Write and present a research paper on a selected topic in advanced machine learning, proposing a novel method, or experimenting with cutting-edge models.
161
+ """)
162
+
163
+ # Additional Resources Section
164
+ st.header("Additional Resources")
165
+ st.write("""
166
+ - **Books**:
167
+ - "Elements of Statistical Learning" by Hastie, Tibshirani, Friedman
168
+ - "Pattern Recognition and Machine Learning" by Christopher M. Bishop
169
+ - "Deep Learning" by Ian Goodfellow, Yoshua Bengio, Aaron Courville
170
+ - "Reinforcement Learning: An Introduction" by Richard S. Sutton and Andrew G. Barto
171
+ - "The Book of Why" by Judea Pearl (for causal inference)
172
+ - **Libraries & Tools**:
173
+ - **PyTorch**: A deep learning framework used for various implementations (GANs, VAEs, etc.).
174
+ - **TensorFlow**: Another widely-used deep learning library.
175
+ - **Hugging Face**: Pre-trained models for transfer learning and NLP tasks.
176
+ - **OpenAI Gym**: A toolkit for developing and comparing reinforcement learning algorithms.
177
+ - **Pyro**: A probabilistic programming library built on PyTorch for Bayesian networks and probabilistic models.
178
+ - **Research Journals & Conferences**:
179
+ - NeurIPS (Neural Information Processing Systems)
180
+ - ICML (International Conference on Machine Learning)
181
+ - ICLR (International Conference on Learning Representations)
182
+ """)
183
+
184
+ # Footer Section
185
+ st.write("Good luck with your studies and projects in advanced machine learning! Stay curious and keep exploring.")
186
+
187
+ # End of Streamlit App