Community Profile

photo

Khandakar Rashid


Last seen: mehr als 2 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


DQN learns at first but then worsens.
Hi, I am training a DQN agent with a simevent model. I am testing out different hyperparameters, but everytime the agent learns ...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculate duration from labeled timestamped data.
Hi, I have a timetable with timestamps and labels of different activities. The stacked plot looks like this. I would like to...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is this a right process flow of stft and spectrogram
Hi experts, I am very new in digital signal processing, and thus in fourier transform. I spent last couple of days grasping the...

mehr als 4 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


What features to extract from wavelet transform for acoustic scene classification.
Hi all, I am working on classifying different tasks happening in a construction site from the ambient sounds. I have extracted ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

mehr als 5 Jahre vor

Gelöst


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

mehr als 5 Jahre vor

Gelöst


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

mehr als 5 Jahre vor

Gelöst


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

mehr als 5 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 5 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 5 Jahre vor

Gelöst


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

mehr als 5 Jahre vor