Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged machine

0 votes
596 views
1 answer
    Im new in spark and Machine learning in general. I have followed with success some of the Mllib tutorials, i ... can read and experiment. Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
420 views
1 answer
    I'm curious what the value field is in the nodes of the decision tree produced by Graphviz when used for ... .export_graphviz(reg, out_file=f) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    I am developping a segmentation neural network with only two classes, 0 and 1 (0 is the background and 1 the ... know how to implement this ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    I have a data matrix X (60x208) and a matrix of labels Y (1x208). I want to split my data matrix X ... (not sure if this makes a difference) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    I have built a simple neural network, model = Sequential() model.add(Dense(20, input_dim=5, activation='sigmoid') ... I get the biases values? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    I have a matrice of A(369x10) which I want to cluster in 19 clusters. I use this method [idx ctrs]=kmeans ... in MATLAB? Thank you in advance See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
544 views
1 answer
    I have a dataset consisting of 70,000 numeric values representing distances ranging from 0 till 50, and I want to ... t fit the data into memory See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
431 views
1 answer
    While applying min max scaling to normalize your features, do you apply min max scaling on the entire dataset ... being fed into the network? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
472 views
1 answer
    I'm learning how to create convolutional neural networks using Keras. I'm trying to get a high accuracy for the ... ', metrics=['accuracy']) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
411 views
1 answer
    I am using libSVM. Say my feature values are in the following format: instance1 : f11, f12, f13, f14 ... option gives me improved results? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    I am trying to feed a huge sparse matrix to Keras model. As the dataset doesn`t fit into RAM, the way ... if someone could comment on this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
500 views
1 answer
    Below is my pipeline and it seems that I can't pass the parameters to my models by using the ... n_estimators for estimator ModelTransformer. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
606 views
1 answer
    Is there a way to calculate the total number of parameters in a LSTM network. I have found a example but I' ... or was the formula wrong ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
533 views
1 answer
    I have some question about pytorch's backward function I don't think I'm getting the right output : import numpy as np ... . cause d(x^2)/dx=2x See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
458 views
1 answer
    I am having a tough time in figuring out how to use Kevin Murphy's HMM toolbox Toolbox. It ... probabilities transmat0 and transmat1? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    Given a vector of scores and a vector of actual class labels, how do you calculate a single-number AUC metric ... but used as a function? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
624 views
1 answer
    I can't give the correct number of parameters of AlexNet or VGG Net. For example, to calculate the ... me the right calculation procedure? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
496 views
1 answer
    I would like to build a GBM model with H2O. My data set is imbalanced, so I am using the balance_classes ... the test-fold is not rebalanced. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
582 views
1 answer
    I am struggling to use Random Forest in Python with Scikit learn. My problem is that I use it for text ... there any workaround? Many thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
460 views
1 answer
    This code attempts to utilize a custom implementation of dropout : %reset -f import torch import torch.nn as ... custom-dropout-function/14053/2 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
684 views
1 answer
    I train a RandomForestRegressor model on 64bit python. I pickle the object. When trying to unpickle the object on ... sklearnre e\_tree.c:10389) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
467 views
1 answer
    I'm building a model that converts a string to another string using recurrent layers (GRUs). I have tried both ... () achieves in this case. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
490 views
1 answer
    I'm using R to do machine learning. Following standard machine learning methodology, I would like to randomly ... to tune your hyperparameters). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    I just try to find out how I can use Caffe. To do so, I just took a look at the different . ... " Could somebody please explain those options? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    I need to cluster a simple univariate data set into a preset number of clusters. Technically it would be closer to binning ... .66 10 12 1 10.66 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    LSTM/RNN can be used for text generation. This shows way to use pre-trained GloVe word embeddings for Keras ... and predict will be appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
714 views
1 answer
    I have a dataset from sklearn and I plotted the distribution of the load_diabetes.target data (i.e. the values of the ... ", ax=ax) plt.show() See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
475 views
1 answer
    I wrote a confusion matrix calculation code in Python: def conf_mat(prob_arr, input_arr): # confusion matrix conf_arr = [[0, ... ,6],[5,4,19]] See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...