questions/machine-learning/page/4
In which cases is it better to ...READ MORE
In the language of neural networks, this ...READ MORE
Under caption_generator.py change the following line as follow ...READ MORE
Cross-entropy is taken from the information theory ...READ MORE
Classification Score is used for discrete values ...READ MORE
A large number of layers causes serious ...READ MORE
Backpropagation in unsupervised learning; probably the models ...READ MORE
the k-Nearest Neighbors is mentioned as one ...READ MORE
Unsupervised learning is used with the K-means ...READ MORE
Consider switching the algorithm instead of using ...READ MORE
what happens when you want to do ...READ MORE
when we train a model with data, ...READ MORE
Choice of Machine Learning Classifier depends upon ...READ MORE
Naive Bayes Classification uses probability to classify ...READ MORE
Hi Dev, to answer your question Linear Regression ...READ MORE
K-means and Hierarchical clustering are both Clustering ...READ MORE
There are very few difference between Naive ...READ MORE
Hi@akhtar, You are trying to use constant variable ...READ MORE
Transitioning from learning machine learning algorithms through ...READ MORE
I am using this script rf.partial.prob(x=rf.mod,pred.data=FOR, xname="Qmax",which.class ...READ MORE
I need all the latest java packages ...READ MORE
Hi@akhtar, You got this error because LinearRegression is ...READ MORE
If you are using Anaconda, go to ...READ MORE
keep random_state =42 in train_test_split module READ MORE
Hi@akhtar, You need to import the LinearRegression module ...READ MORE
Hi@akhtar, H5 is a file format to store ...READ MORE
Hi, There is a problem with your X ...READ MORE
Hi@akhtar, There is no cPickle module in Python 3. ...READ MORE
Hi@akhtar, According to your code, you are trying ...READ MORE
Hi@MD, LBPHFaceRecognizer module comes from a package named ...READ MORE
Hey, look at your code's second last ...READ MORE
Hi, You are asking your query in the ...READ MORE
Hi@akhtar, You are getting this error, because your ...READ MORE
Hi@Kinjal, There is a problem with your X ...READ MORE
Hi, There is a problem with your steps. ...READ MORE
Hi@akhtar, This looks as if you don't load ...READ MORE
Hi@Sanjana, Actually you are missing one underscore in ...READ MORE
Hello, I had followed one of the ...READ MORE
Hi, As you can see that you have ...READ MORE
Hi@saharshsharan, I think this is just a warning. ...READ MORE
Hi@akhtar, There may be problem in the versions. ...READ MORE
Training_Set = Training_Set.values sc = MinMaxScaler(feature_range=(0, 1)) Train = ...READ MORE
Hi@akhtar, I think you got this error because of incompatible ...READ MORE
Hi@akhtar, To avoid this error, make sure you ...READ MORE
Hi@Alshwarya, I think there is a problem with your ...READ MORE
Hi@akhtar, I don't know which steps you followed. ...READ MORE
After reshaping also I am getting the ...READ MORE
Hi@akhtar, You should download the version that is ...READ MORE
Hi@shama, It depends on your use case. If ...READ MORE
Make the following changes in your script, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.