machine-learning tag

86 questions


1 answers
98 views
0
difference in random values

I had a similar problem with some programming study sites, so I'd like to ask you an example. I copied and ran the following sample code while studying in Python in the Python machine learning program...


1 answers
95 views
0
CONTINUOUS METHOD FOR LEARNING TIME SERIES DATA

We use a chain to learn time series data.For example, create a model by repeatedly learning EPOCH:100 with data from A1 to A99.We expect the following data (assuming Q100):Save the model and reflect t...


1 answers
59 views
0
Evaluation of the importance of each parameter using machine learning

I am a university student studying machines using the free software Orange.We are currently dealing with the problem of getting six output values for three input values.I would like to know as a numer...

1 years ago

1 answers
67 views
0
How to use Leave One Site Out

How on earth should I use it?from sklearn.cross_validation import LeaveOneOutfrom sklearn.model_selection import LeaveOneGroupOutI'd like to import it, but no matter how much I look online, I can't fi...

1 years ago

2 answers
100 views
0
Determining whether or not there is overlearning in deep learning when the number of data is small

The video classification is based on a combination of CNN and RNN, and the correct answer rate is low in the test data, while the training data shows an almost 100% correct answer rate.However, the co...


1 answers
118 views
0
a method of finding data that can be used as a feature by means of differences

I'm thinking of using the average difference when I select feature quantities for clustering.I believe that if we select the characteristic amount of the attributes with the larger average difference ...


1 answers
109 views
0
P value when logistic regression is performed using Python

Python, I'm a beginner in machine learning in about a week.I'm sorry it's a very rudimentary question, but I'd appreciate it if you could help me.I'm thinking of doing logistic regression analysis usi...


1 answers
112 views
0
About the scikit-learn API

This is a question about regression using scikit-learn's decision tree.In this algorithm, .score and predictive accuracyThe .features_importances_indicates the importance of feature quantities is I'm ...

1 years ago

1 answers
90 views
0
What are the criteria for becoming an "expert" tier at Kaggle?

What is KaggleIf you go to Kaggle's site, as it says at the top, The Home of Data Science & Machine Learning is a community of about 400,000 people working in machine learning and data science aro...

1 years ago

2 answers
56 views
0
Can neural networks be applied to other things besides classification problems?

I understand that neural networks can calculate output from an input and then apply it to which category the input is classified, but can they also be applied to input and output in the same format?

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.