photo

Vishnu Keyen


Last seen: 5일 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Explorer
  • First Answer

배지 보기

Feeds

보기 기준

질문


deep learning layer with different output dimension than the input
I want to create a layer where it inputs 3D data with dimesnion labels 'CBT' and outputs reshaped data with dimesion 'SCBT'. I ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to plot animation plots?
g=sin([1:0.1:10*pi]); for i = 1:length(g) figure(1) if i ~=length(g) plot(1:i,g(1,1:i),'-b'); ...

거의 3년 전 | 1

답변 있음
Why do I see a drop (or jump) in my final validation accuracy when training a deep learning network?
I think you're getting bad classification accuracy because your model isn't learning anything. Its probably overfitting during t...

대략 3년 전 | 0