Community Profile

photo

Lei Yu


Shanxi University

Last seen: Today Active since 2014

Followers: 0   Following: 0

Message

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

Statistics

All
  • First Submission
  • GitHub Submissions Level 1
  • Explorer
  • Solver

View badges

Feeds

View by

Submitted


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

12 dagen ago | 11 downloads |

Solved


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

meer dan 9 jaar ago

Solved


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

meer dan 9 jaar ago

Solved


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

meer dan 9 jaar ago

Solved


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

meer dan 9 jaar ago

Solved


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

meer dan 9 jaar ago

Solved


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

meer dan 9 jaar ago