• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Course materials for Fall 2021 "CIS6930 Topics in Computing for Data Science" at New College of Florida

Fall 2021 CIS6930 Topics in Computing for Data Science

This repository hosts course materials used for a 13-week course "CIS6930 Topics in Computing for Data Science" as part of Graduate Program in Applied Data Science at New College of Florida.

This course requires the student to have basic knowledge in Machine Learning and programming skills in Python. For those who are new to Machine Learning and/or Python programming, refer to this repository, which hosts the course materials for a 3-day seminar on Machine Learning and NLP.

Course Description

This course covers a line of Deep Learning techniques that have been applied to a variety of computer science problems, especially in Computer Vision and Natural Language Processing. The course will start from Deep Learning fundamentals such as basic model architecture and optimization techniques before moving onto more sophisticated techniques. This course covers commonly used techniques for Computer Vision such as Convolutional Neural Networks (CNNs) and Generative Adversarial Networks (GANs), and for Natural Language Processing such as Recurrent Neural Networks (RNNs) and Transformer. The aim of this course is to teach both theory and practice while the students are proactively learning to apply the techniques to problems through running their own research projects.

The course also provides self-contained hands-on exercise materials that run on Google Colab, which offer quick introduction to popular "must-know" Python libraries such as Pandas, PyTorch, spaCy, Transformers, and PyTorch Lightning.

Course Schedule & Materials

Term projects

Here is a list of students' term projects that are publicly available at GitHub. They are all great work!