photo

Suparna Kumar


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Submission
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


What is the best CNN for a small dataset?
I have a dataset of around 370 images of people, and I want to classify their expressions. Should I build my CNN from scratch? H...

6 years 前 | 1 个回答 | 0

1

个回答

已解决


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

7 years 前

已解决


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

7 years 前

已解决


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

7 years 前

已解决


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

7 years 前

已解决


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

7 years 前

已解决


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

7 years 前

已提交


Watermark
Watermark Greyscale Image

7 years 前 | 1 次下载 |