photo

Lei Yu


Shanxi University

Last seen: 7 Monate vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Programming Languages:
MATLAB
Spoken Languages:
Chinese
Pronouns:
He/him

Statistik

All
File Exchange

1 Datei

Cody

0 Probleme
6 Lösungen

RANG
N/A
of 301.296

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
11.339 of 21.225

REPUTATION
45

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
1 Datei

DOWNLOADS
6

ALL TIME DOWNLOADS
355

RANG
53.696
of 173.832

BEITRÄGE
0 Probleme
6 Lösungen

PUNKTESTAND
70

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • First Submission
  • GitHub Submissions Level 1
  • Explorer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Machine-Learning-and-Deep-Learning-with-MATLAB
本文件通过多个实操案例详细介绍了利用MATLAB机器学习与深度学习工具箱建立AI模型的具体步骤与源代码。

fast 2 Jahre vor | 6 Downloads |

0.0 / 5

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

mehr als 11 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

mehr als 11 Jahre vor

Gelöst


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

mehr als 11 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 11 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 11 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 11 Jahre vor