questions/machine-learning
I am creating a dummy data set ...READ MORE
You can directly add values to X ...READ MORE
Apart from instructional purposes, I'm not sure ...READ MORE
Create pandas.DataFrame , you can use seaborn.jointplot ...READ MORE
Discussing this on a high level, these ...READ MORE
Hi@akhtar, The activation function in Neural Networks takes ...READ MORE
The depth of a Deep Neural Network ...READ MORE
Random Forests, as others have mentioned, have ...READ MORE
You have made train_pred as python list. ...READ MORE
Obviously, semi-supervised learning makes use of some ...READ MORE
An example you gave is one-dimensional, which ...READ MORE
A statistical classification method that fits data ...READ MORE
def dense_layers(sizes): return tfk.Sequential([tfkl.Dense(size, ...READ MORE
Hi, As you can see that you have ...READ MORE
Hi@akhtar, You can find lots of resources available ...READ MORE
I would like to pick a number ...READ MORE
Weka is a classification algorithm. This is ...READ MORE
In the language of neural networks, this ...READ MORE
Alright, let me not get into the ...READ MORE
In Machine Learning we often divide the dataset ...READ MORE
Unsupervised Learning is the training of machine ...READ MORE
You can use the rejection sampling approach ...READ MORE
You could try something like this: nn = ...READ MORE
RF divides your information into square boxes. ...READ MORE
There is no definitive solution to this ...READ MORE
There are two main techniques used in ...READ MORE
Control variables, as you may know, are ...READ MORE
The problem was solved after I improved ...READ MORE
Different clustering methods include: 1. Density-Based Methods: These methods ...READ MORE
Classification is about classifying categorical variables in ...READ MORE
The output will be discrete but the ...READ MORE
Cost function is a way to evaluate ...READ MORE
To calculate 10k rows, and also to speed ...READ MORE
Hi@Ogun, The Numpy module doesn't have a predict attribute. ...READ MORE
Hello, I had followed one of the ...READ MORE
‘L2 regularization‘ or Ridge Regularization adds penalty ...READ MORE
This should be self-evident. You can do it ...READ MORE
Sanity testing entails ensuring that the application's ...READ MORE
Hey @Vivek, Try something like this: >>> from ...READ MORE
The main distinction is that two-stage Faster ...READ MORE
Hi Dev, to answer your question Linear Regression ...READ MORE
Clustering is a type of unsupervised learning ...READ MORE
A pure Genetic Algorithm solution does not ...READ MORE
Hi@akhtar, There are lots of examples of Machine ...READ MORE
You can choose from the following options: Powers ...READ MORE
Hi@saharshsharan, I think this is just a warning. ...READ MORE
This is because the regression coefficients of ...READ MORE
Hi@akhtar, Classifiers are just objects that can be ...READ MORE
You could try something like this. my_nn = ...READ MORE
There are two types of reinforcements - ...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.