54 questions
I've just started deep learning, but I don't really understand the concept of weights.Is there any conceptually easy way to understand...
Hello? We are currently studying dimneoning to start to the bottom of the three pages.책에서 나온 그대로 했는데도 아래와 같은 오류가 발생하는데 이유가 무엇인지 알수 있을까요?import sys, ossys.path.append(os.pardir)from dataset.mnist impor...
I am studying through a book called 'Deep Learning that I know and weave with Python blade coding'.What I want to ask is how to transfer the code written on the jupyter notebook to the py code.In this...
My goal is to model the ranking of shopping mallsThe final goal is to learn how Rank will come out.Among the categories you currently see, the encoding name is an integer encoding of the product's tit...
Hello, I'm a high school student who is running the code due to school assignments. https://github.com/Bengemon825/TF_Object_Detection2020 I received an example from the link above and changed the dat...
I'm asking you this question because I suddenly got suspicious while reading the Google Net v1 thesis review.Google Net undergoes convolution of several sizes through Inception.When a feature map goes...
Creating a classification model using LSTM.Row data has been purified in natural language, and both x_data and y_data are ndarray types.Model.fit (X_train, y_train) errors when trying to divide train ...
Hello, everyoneI am a student who is just studying deep learning. I created a two-dimensional array of data with dimension (X,Y) with various indexes over time through the data frame. Let X be the val...
After learning and storing the classification model, you want to apply new data to the model.I brought new data and completed the padding step, but I don't know how to apply multiple lists at once, so...
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.