questions/machine-learning/page/7
To install tensorflow you need to have ...READ MORE
With machine learning and analysis, its always ...READ MORE
In reinforcement learning, the output depends on ...READ MORE
Hey! There are two main languages that ...READ MORE
Even though the decision tree algorithm has ...READ MORE
Hey @Ruth, you can use this model ...READ MORE
You have to use the tuples from ...READ MORE
Try something like this @Gujjar HashMap<String, int> wordCount; int ...READ MORE
The logic here is simple. Apply Markov Property ...READ MORE
While using Markov chain, is it possible ...READ MORE
These are the advantages of using a ...READ MORE
Hey @Greg, this is possible. You can ...READ MORE
Hey! Your array shapes seem inconsistent. Try ...READ MORE
Hey! Try this: # Run this program on ...READ MORE
Have a look at this one, It's ...READ MORE
There are three types of regressions: Linear regression: Linear ...READ MORE
If you have a dataset that consists ...READ MORE
LassoLars is a lasso model implemented using ...READ MORE
Isotonic regression builds an increasing approximation of ...READ MORE
Rolling regression is the analysis of changing ...READ MORE
A decision tree is a map of ...READ MORE
You can read excel files df = pd.read_excel(...) You ...READ MORE
You can use information gain to decide ...READ MORE
Try something like this: df.values array([[nan, 0.2, nan], ...READ MORE
Gini Index is a metric to measure ...READ MORE
Use the following code: from scipy import stats slope, ...READ MORE
KNN which stand for K Nearest Neighbor ...READ MORE
There are two main techniques used in ...READ MORE
Correlation is a statistical measure that shows ...READ MORE
Have a look at this: import csv import ...READ MORE
Hi @Dipti, you could try something like ...READ MORE
Hi Vishal, you could try something like ...READ MORE
Hey @Vivek, Try something like this: >>> from ...READ MORE
Try this: import numpy as np from matplotlib import ...READ MORE
def dense_layers(sizes): return tfk.Sequential([tfkl.Dense(size, ...READ MORE
Hey @Tanmay, try something like this: >>> from ...READ MORE
Have a look at this one: from sklearn.datasets ...READ MORE
You can use sklearn.linear_model.LinearRegression. Something like this: from ...READ MORE
Discussing this on a high level, these ...READ MORE
Hey @Nipun, you can try something like ...READ MORE
Obviously, semi-supervised learning makes use of some ...READ MORE
Unsupervised Learning is the training of machine ...READ MORE
Alright, let me not get into the ...READ MORE
Different clustering methods include: 1. Density-Based Methods: These methods ...READ MORE
Clustering is a type of unsupervised learning ...READ MORE
Let us consider the following example. Suppose a ...READ MORE
There are two types of reinforcements - ...READ MORE
These are the clustering algorithms that are ...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.