Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 3.39 KB

index.md

File metadata and controls

72 lines (52 loc) · 3.39 KB
layout
default
<script src="https://code.jquery.com/jquery-3.5.1.js"></script> <script src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"></script>

SPRING 2023

Class Information

Item Section 0040
Schedule Tue/Thursday 2:20 PM - 3:40 PM EST
Location Zoom. Details on Carmen. Some lectures will be in person and zoom.
Professor Greg Ryslik / ryslik DOT 1 AT osu DOT edu
Professor Office Hours Fridays (2:20 - 3:40 PM) - via zoom. Details on Carmen. Contact me ahead of time if you plan to attend.
TA Xiang Li / li DOT 3880 AT osu DOT edu
TA Office Hours Mon 4:00 PM - 5:00 PM. (Please email in advance when you need a meeting). Zoom. Details on Carmen.
Discord Link https://discord.gg/vFSFu6GZ

Description:

This class aims to introduce the knowledge discovery process, key data mining techniques, efficient high performance mining algorithms and provide a broad based exposure to the applications of data mining. This webpage will serve as the source of information for the course. We will post all python/R, jupyter notebooks, pdfs, lecture notes and other information here.

It is highly encouraged that you simply fork this entire repo and then just sync updates periodically. This will provide you the easiest access to all the class materials at once. For more information on this process, you can see the documentation here.

Grading Plan:

  1. Homework x5: 60%
  2. Participation/Attendance: 5%
  3. Midterm Exam: 15%
  4. Final Exam: 20%
  5. No course project

There might be tentative bonus points assigned for harder math or cs problems. Max would be at most 3%.

Textbooks:

No one textbook, please feel free to refer to the below

  1. (Primary) Data Mining: Concepts and Techniques, 3rd edition, Morgan Kaufmann, Jiawei Han, Micheline Kamber, and Jian Pei.
  2. (Primary) Introduction to Data Mining, Pang-Ning Tan, Michael Steinbach, and Vipin Kumar
  3. (Supplementary) Data Mining Analysis and Concepts (Online version available), Mohammed J. Zaki and Wagner Meira, Jr.
  4. (Supplementary) Mining of Massive Datasets (Online version available), Jure Leskovec, Anand Rajaraman and Jeffrey Ullman
  5. (Supplementary) Machine Learning, Tom Mitchell
  6. (Supplementary) Pattern Recognition and Machine Learning, Christopher M. Bishop

Class course

{% for row in site.data.Syllabus %} {% if forloop.first %} {% for pair in row %} {% endfor %} {% endif %}
{% tablerow pair in row %}
  {{ 	pair[1] }}
{% endtablerow %}

{% endfor %}

{{ pair[0] }}

Formal Syllabus

The syllabus with all the academic policies can be found here.