938664978
938664978
全部文章
MathMod...
AI(18)
algorithm(18)
C(6)
computer-vision(15)
cuda(2)
database(1)
fortran(1)
hardware(3)
java(1)
leetcode(39)
matlab(5)
other(8)
python(68)
robotics(13)
web-development(4)
未归档(5)
归档
标签
去牛客网
登录
/
注册
938664978的博客
全部文章
/ MathModeling
(共19篇)
Example: solving ODE using FEM method
clc; clear; % find the solution of du/dt -1 =0 Using finite element method % the zone of solution is [0,1] E = 5; % the number of elements N = E+1; %...
2020-07-14
0
550
机器学习week1-week2
问题分类: 1.监督式学习:learning from data with labelclassification:离散型数据regression:连续型数据2.非监督式学习:learning from data without labelclustering:聚类 线性回归 举例:一元线...
2020-07-14
0
859
[pySpark][笔记]spark tutorial from spark official site在ipython notebook 下学习pySpark
+ Spark Tutorial: Learning Apache Spark This tutorial will teach you how to use Apache Spark, a framework for large-scale data processing, within a...
2020-07-14
0
1234
[PCA]主成分分析算法
PCA算法,英文全称principal component analysis,翻译为主成分分析。 在机器学习中,特征向量的维度有时候成百上千,甚至更多。面对这么多的影响因素,人们自然而然的就想到了抓住主要矛盾,只找出对结果影响最大的因素进行分析。pca给人们提供了这样的思路。 基本思想 举个例...
2020-07-14
0
543
[blabla]a quick code about linear regression using gradient descent
use linear regression to predict the house price the original data is from the cousera machine learning course. when I finished the exercise with MA...
2020-07-14
0
598
[线性常微分方程][1] 线性系统与线性理论基础LINEAR SYSTEMS AND THE LINEARITY PRINCIPLE
2020-07-14
0
466
[线性常微分方程][2] STRAIGHT-LINE SOLUTIONS
2020-07-14
0
447
[线性常微分方程][3] Phase Portraits for Linear Systems with Real Eigenvalues
2020-07-14
0
573
[线性常微分方程][4] COMPLEX EIGENVALUES
2020-07-14
0
436
[线性常微分方程][5]SPECIAL CASES REPEATED AND ZERO EIGENVALUES
2020-07-14
0
506
首页
上一页
1
2
下一页
末页