deep-learning tag

54 questions


1 answers
47 views
0
Please tell me how to execute the TensorFlow 1.x version code

I received the following code, but it is a TensorFlow 1.0 version of the code, so I keep getting errors as I run it in 2.4.1 version.I know it doesn't support session and placeholder, but I don't know...


1 answers
95 views
0
Predicting accuracy with one Python logistic regression column

I'm studying how to code the accuracy of two categories from Cycitron Wisconsin breast cancer data.There are a total of 569 rows of data, and 30 columns to distinguish them.The code I studied previous...


1 answers
45 views
0
I'm a beginner at Python I have a deep learning question

I got a deep learning beginner heart attack Excel dataset and practiced it.But in the case of sex events, M and F are in natural languageI think there's an error.So I searched for it in many ways. One...

2 years ago

1 answers
48 views
0
'logits' and 'labels' must have the same shape, received error during deep learning

import pandas as pdimport tensorflow as tfimport osos.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'pd.set_option('display.max_columns', None)pd.set_option('display.max_rows', None)df = pd.read_csv('C:\\Users\...

2 years ago
« - 6 -

© 2024 OneMinuteCode. All rights reserved.