Community Profile

photo

Cong Dong Ngoc Minh


Last seen: 8일 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Submission
  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

답변 있음
lat long radius to XYZ
Hi @Ahmed Abdulla, From my perspective, Latitude and Longitude should be converted from degree to radians first, after that usi...

2년 초과 전 | 0

제출됨


Global wheat detection
Wheat detection, is used to estimate the density and size of wheat, farmers can use the data to assess health and maturity in th...

거의 3년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Urban Sound Classification Using Deep Learning
In the example, I will demonstrate how we do sound classification using deep learning from extracting audio feature (spectrogram...

거의 3년 전 | 다운로드 수: 10 |

Thumbnail

제출됨


Building Crypto Currency Prediction
This example will demonstrate how could we get crypto price though API of coinbase and build the predictive model.

거의 3년 전 | 다운로드 수: 12 |

답변 있음
Removing invalid bounding boxes from datastore
Hi Kyke, Please check the bounding boxes whether it has '0' in coordinate. Due to MATLAB starts at '1' in the image, so that yo...

3년 초과 전 | 0

답변 있음
How can I remove NaN values from a matrix?
You can try this way idx =isnan(Columns) Columns(idx,:) = []

거의 4년 전 | 0

답변 있음
how can I solve to my problem
You could type mex -setup and then choose language C++ with C++ compiler is Microsoft Visual C++ 2019 (or the other version)

4년 초과 전 | 1