deep-learning tag

54 questions


1 answers
44 views
0
I'm studying deep learning, so how should I set the concept of weight?

I've just started deep learning, but I don't really understand the concept of weights.Is there any conceptually easy way to understand...

2 years ago

1 answers
56 views
0
About downloading mnist in chapter 3 of deep learning starting from the bottom

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...

2 years ago

1 answers
94 views
0
I'd like to change the .ipynb code written in jupyter notebook to .py.

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...


1 answers
93 views
0
How can I change the integer encoding to learn with int data?

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...


1 answers
104 views
0
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc1 in position 0: invalid start byte.

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...


1 answers
57 views
0
Error implementing mnist neural network..

I don't know why there's an error ㅠ

2 years ago

1 answers
51 views
0
[Deep Learning] I have a question about the structure of Google Net's Inception.

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...

2 years ago

1 answers
58 views
0
Error in Python model.fit() (lstm)

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 ...


1 answers
52 views
0
Questions about machine learning techniques

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...


2 answers
67 views
0
I have a question about the classification prediction code. TypeError: only size-1 arrays can be converted to Python scalars

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.