Tag machine-learning

[Solved] Default initial value for weights

As sascha observes, constant initial weights aren’t a solution in general anyway because you have to break symmetry. Better solution for the particular context in which I came across the problem: a random number generator that gives the same sequence…

[Solved] What are some machine learning algorithms [closed]

Didnt understand your question, but some ML algorithms are: Linear Regression Logistic Regression Neural Networks Support Vector Machines Desicion Trees K-Nearest Neighbor K-Means Principal Component Analysis And some more…. solved What are some machine learning algorithms [closed]

[Solved] Machine learning query [closed]

Suppose you train your random forest classifier on 70% of the data you have, then it will help your classifier to identify useful attributes or features for the random forest classifier from this training data. But there are many hyper…