photo

Lei Yu


Shanxi University

Last seen: environ 2 mois il y a Actif depuis 2014

Followers: 0   Following: 0

Message

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

Statistiques

All
File Exchange

1 Fichier

Cody

0 Problèmes
6 Solutions

RANG
N/A
of 300 343

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
11 506 of 20 926

RÉPUTATION
42

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
13

ALL TIME TÉLÉCHARGEMENTS
328

RANG
51 034
of 168 172

CONTRIBUTIONS
0 Problèmes
6 Solutions

SCORE
70

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

A soumis


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

plus d'un an il y a | 13 téléchargements |

0.0 / 5

A résolu


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...

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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 = ...

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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 ...

presque 11 ans il y a

A résolu


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...

presque 11 ans il y a