All Projects → hongxin → csmath-2021

hongxin / csmath-2021

Licence: MIT license
This mathematics course is taught for the first year Ph.D. students of computer science and related areas @zju

Projects that are alternatives of or similar to csmath-2021

Csmath 2020
This mathematics course is taught for the first year Ph.D. students of computer science and related areas @ZJU
Stars: ✭ 85 (+183.33%)
Mutual labels:  data-mining, mathematics, optimization-algorithms
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+14523.33%)
Mutual labels:  data-mining, mathematics
Cppnumericalsolvers
a lightweight C++17 library of numerical optimization methods for nonlinear functions (Including L-BFGS-B for TensorFlow)
Stars: ✭ 638 (+2026.67%)
Mutual labels:  mathematics, optimization-algorithms
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+3486.67%)
Mutual labels:  data-mining, mathematics
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+2750%)
Mutual labels:  data-mining, mathematics
Raven
RAVEN is a flexible and multi-purpose probabilistic risk analysis, uncertainty quantification, parameter optimization and data knowledge-discovering framework.
Stars: ✭ 122 (+306.67%)
Mutual labels:  data-mining, optimization-algorithms
cddlib
An efficient implementation of the Double Description Method
Stars: ✭ 71 (+136.67%)
Mutual labels:  mathematics
ai-math-roadmap
Your no-nonsense guide to the Math used in Artificial Intelligence
Stars: ✭ 173 (+476.67%)
Mutual labels:  mathematics
irace
Iterated Racing for Automatic Algorithm Configuration
Stars: ✭ 26 (-13.33%)
Mutual labels:  optimization-algorithms
tree-hugger
A light-weight, extendable, high level, universal code parser built on top of tree-sitter
Stars: ✭ 96 (+220%)
Mutual labels:  data-mining
HashedExpression
Type-safe modelling DSL, symbolic transformation, and code generation for solving optimization problems.
Stars: ✭ 40 (+33.33%)
Mutual labels:  optimization-algorithms
pacopy
📐 Numerical parameter continuation in Python.
Stars: ✭ 33 (+10%)
Mutual labels:  mathematics
mish
A no-std libm implementation in Rust
Stars: ✭ 14 (-53.33%)
Mutual labels:  mathematics
FEATHER
The reference implementation of FEATHER from the CIKM '20 paper "Characteristic Functions on Graphs: Birds of a Feather, from Statistical Descriptors to Parametric Models".
Stars: ✭ 34 (+13.33%)
Mutual labels:  data-mining
chaotic-maps
Simple implementations of chaotic maps in Processing
Stars: ✭ 18 (-40%)
Mutual labels:  mathematics
HFT-Prediction
Machine learning approach to high frequency trading, MLP & RNN used
Stars: ✭ 19 (-36.67%)
Mutual labels:  data-mining
maelstrom
Numerical simulation of magnetohydrodynamics.
Stars: ✭ 28 (-6.67%)
Mutual labels:  mathematics
My NoteBook
サイエンス、テクノロジー、エンジニアリング関連の情報を記載したノート(忘備録)です。
Stars: ✭ 104 (+246.67%)
Mutual labels:  mathematics
Loan-Approval-Prediction
Loan Application Data Analysis
Stars: ✭ 61 (+103.33%)
Mutual labels:  data-mining
candis
🎀 A data mining suite for gene expression data.
Stars: ✭ 28 (-6.67%)
Mutual labels:  data-mining

CSMATH-2021

About this course

This mathematics course is designed for the first year Ph.D. students of computer science and related areas. The course focuses on the methodologies, technologies, mathematics and algorithms currently needed by people. We are trying our best to give novice of this area an introduction of mathematics with intuitive explanation, clear concepts as well as vivid application examples. The course consists of basic statistical learning, non-linear optimization, partial differential equations and applied function analysis.

有关本课程

本课程是为计算机及相关专业的博士生新生开设的一门数学课程。本课程教授在计算机科学和信息处理研究领域相关的数学方法论、技术、概念以及基本算法。试图以数学的直观引导,清晰的概念解释,生动的应用实例,为学生开始进入这些领域的研究提供一个数学知识的导引。

本课程的主要教学内容包括多元统计方法初步,非线性优化求解技术,偏微分方程以及应用泛函方法等四个单元。多元统计方法单元,从统计的角度,对计算机科学中如计算机视觉和模式识别等领域中的非确定性建模方法进行考察。非线性优化单元讲述主流非线性优化方法及其相关特性比较。偏微分方程单元,着重于介绍level-set方法,椭圆方程和 Poisson方程的求解理论以及相应应用与实现。应用泛函分析部分,简要阐述泛函基本概念、基于泛函和变分方法的数学建模思想,并以工程的实际问题为例进行案例分析。

Instructors

TA

Shi Dong, Binzhi Dong and Shanchen Zou

Classroom & Time

  • Room 501 (exchange to Room 201), Tian Jia Bing Building, Xi-Xi Campus, Zhejiang University
  • Tuesday, 18:30-21:30

Schedule

No. Topic Date Slides Homework
--- --- --- The spring semester ---
01 Introduction 2021.03.02 Introduction HW01
Why data driven
Point estimation
Additional reading
02 Component Analysis 2021.03.09 SVD and X-PCA HW02
03 Clustering 2021.03.16 Clustering HW03
04 Graphical Models 2021.03.23 Graphical Models
--- --- --- --- ---
Additional Topics Naive Bayes classifier
Support Vector Machines
Decision tree
Boosting
--- --- --- --- ---
05 Linear Programming 2021.03.30 LP-1
English version
06 Linear Programming 2021.04.06 LP-2
English version
07 Non-Linear 2021.04.13 NP-1 HW04
08 Non-Linear 2021.04.20 NP-2 HW05

Homework and the Course Paper

Please hand out your 1 course paper and 5 selected homework (or exercises) by 2021-06-01.

All homework and exercises must be implemented in Python and/or with TensorFlow (optionally)

Content

Courselet on Multivariate Analysis

The study of learning from data is commercially and scientifically important. This one month short course is designed to give first year Ph.D. students a thorough grounding in the methodologies, technologies, mathematics and algorithms currently needed by people who do research in learning and data mining or who may need to apply learning or data mining techniques to a target problem. The topics of the course draw from classical statistics, from machine learning, from data mining, from Bayesian statistics and from statistical algorithmics.

Students entering the class should have a pre-existing working knowledge of probability, statistics and algorithms, though the class has been designed to allow students with a strong numerate background to catch up and fully participate.

Text books

Reference website

Courselet on Optimization

Optimization methods, both linear and non-linear ones, are important mathematical techniques for computer science. This one month short course is designed to give first year Ph.D. students a thorough grounding in the methodologies, technologies, mathematics and algorithms currently needed by people who are doing research related to linear and non-linear optimization. The topics of the course draw mainly from linear programming, quadratic programming and nonlinear optimization.

Students entering the class should have a pre-existing working knowledge of fundamental mathematics and algorithms, though the class has been designed to allow students with a strong numerate background to catch up and fully participate.

Copyright

2005-2021 Copyright By Dr. Hongxin Zhang AT Zhejiang University

浙江大学 2005-2021 版权所有,如需转载或引用本课程相关内容,请与作者联系。

You can also visit my weibo: https://weibo.com/kull

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].