machine-learning tag

86 questions


1 answers
129 views
0
CLASSIFICATION PROBABILITY AND DATA OUTPUT METHOD

I am a university student studying machine learning.I am writing a two-class classification program using python, tensorflow, and keras.The classification probability can be model.predict, but I don't...


1 answers
60 views
0
How do you calculate the mask AP and the box AP respectively?

In the instance segmentation, one of the image recognition tasks, the indicators mask AP and box AP appear in the paper, but no definition of how to calculate them is found (both Japanese and English)...

2 years ago

1 answers
80 views
0
About python hmmlearn

http://keik-117.hatenablog.com/entry/2016/07/05/213903Enter the code for this site from above and X,Z=model.sample(10)I ran .>>>Xarray([0.75706838, -0.1280334], [ 10.3137587 , 10.59635189],....

2 years ago

1 answers
79 views
0
There is no pytorch in conda in windows environment

I try to install pytorch in anaconda environment, but I get an import error no matter how many times I try.I made a virtual environment with anaconda and burned it, but the results are as follows.(nn)...


1 answers
107 views
0
What is the difference between color space and color scheme?

I am conducting research on machine learning.I think there are papers that use the term color space and papers that use the term color system as a way of expressing color.Which is the more correct ter...

2 years ago

1 answers
78 views
0
About the number of layers of deep learning

In deep learning and metastatic learning, does the deeper the layer, the higher the prediction accuracy in principle?Currently, we are fine tuning using keras' vgg16, but the accuracy is higher when w...


1 answers
124 views
0
About the deviation when learning sin waves in machine learning

I am a beginner in machine learning.In order to predict sin waves through machine learning, I organized a program by referring to the website below.https://www.ai-lab.app/169/As a development, I wante...


1 answers
100 views
0
I want to improve the loss rate and acc rate of the image discrimination AI model.

We are developing AI to distinguish between rabbits and turtles.However, for some reason, the learning is not going well and the values of loss and acc (discriminatory success rate) are not getting be...


1 answers
46 views
0
Why is there a limit to the accuracy of reproduction even if we increase the number of intermediate layer nodes in Autoencoder?

I tried to increase the reproduction accuracy of the output by increasing the number of intermediate layer nodes in Autoencoder, but it didn't work, so I would like to ask you a question.I understand ...

2 years ago

1 answers
129 views
0
Understanding How to Load Local Files in a Teachable Machine

I would like to use local files as learning data in the Audio Project of the Teachable Machine.You can only upload zip files with audio data previously created/downloaded with Teachable Machine.It say...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.