Back to Browse

UnimplementedError: Cast string to float is not supported | Neural Network Training Error

6.9K views
Mar 27, 2022
1:39

If you are new to deep learning, you might encounter this error "UnimplementedError: Cast string to float is not supported" while training an artificial neural network. This error is the result of unprocessed categorical data. We often work with datasets that have categorical value in it. We need to convert the categorical value to it's numerical form. This video show how to convert categorical value to numerical value and "Cast string to float is not supported" error. See the full video on breast cancer dataset training using artificial neural network : https://www.youtube.com/watch?v=8IQ2vmVFOwU Download the full code from here: https://arduinotoday.blogspot.com/2022/03/unimplementederror-cast-string-to-float.html

Download

0 formats

No download links available.

UnimplementedError: Cast string to float is not supported | Neural Network Training Error | NatokHD