7 Answered Questions for the topic Machine Learning
04/29/22
capstone project
In this project, you are going to work on the The "Census Income" data set from the UCI Machine Learning Repository that contains the income information for over 48,000 individuals taken...
more
02/09/22
regression from machine learning
Parameter
Description
Cement
Cement (kg in a m3 mixture)
BFSlag
Blast Furnace Slag – non-metallic co-product produced during a furnace operation(kg in a m^3 mixture)
FlyAsh
Fly Ash – Ash...
more
10/08/21
I have a SGD perceptron training algorithm. I would like to modify this code to include different batch sizes with 5-fold cross validation.
def perce_online(X,y,w_ini,rho): (l,N) = np.shape(X) max_iter=500000 w=np.reshape(w_ini,(3,1)); iter=0; mis_clas=N; while mis_clas>0 and iter<max_iter: mis_clas=0 for i in range(N...
more
04/04/21
Calculate delta weight relative to the error of a perceptron using gredient descent
Sources:[Title] 10.2: Neural Networks: Perceptron Part 1[Link with timestamp] https://youtu.be/ntKn5TPHHAk?t=1639[Title] 3.5: Mathematics of Gradient Descent[Link with timestamp]...
more
01/27/21
What is Kernel (used in clustering algorithms)? What is the primary motivation for using the kernel trick in machine learning algorithms?
Question of Machine Leanring
06/28/19
Logical fallacy detection and/or identification with natural-language-processing?
Is there a package or methodology in existence for the detection of flawed logical arguments in text?
I was hoping for something that would work for text that is not written in an academic...
more
04/10/19
Is it possible to detect blur, exposure, orientation of an image programmatically?
I need to sort a huge number of photos, and remove the blurry images (due to camera shake), the over/under exposed ones and detect whether the image was shot in the landscape or portrait...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.