Community Profile

photo

Augustine


Last seen: 15 days ago Active since 2024

Followers: 0   Following: 0

Message

I am technical researcher and AI enthusiast. My interest is in ML and DL as well as competing in AI comps

Programming Languages:
Python, R
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Python with MATLAB, Statistics and Machine Learning Applications, AI for Signals and Images, Deep Learning for Image Processing

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

3 months ago

Solved


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

3 months ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

3 months ago

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

3 months ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 months ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

3 months ago

Question


Hi, I am new to Matlab. When typing in a line of code, nested in it is a helper function, can someone assist me with the correct placement of the helper function.unction
This is the line of code: allTrainLabels = pixelLabelDatastore(trainLabelsPath, classNames, pixelLabelIDs, ReadFcn=@readLa...

3 months ago | 1 answer | 0

1

answer