-
What can I do when I have more than one observations per individual, i.e., length(y) is greater than the number of row of X
-
-
# 머신러닝
사람이 경험을 쌓고 머리가 좋아질때 우리는 그것을 '학습' 이라고한다. 사람은 학습된 지능으로 일을 하는데요, 인간이 하는일을 기계가 하도록 하기위해 기계를 학습시키는것 , 그것이 머신러닝(기계학습)입니다. 무언가를 판단해야할때 너무 많은 기준과 규칙이 있다면, 인간은 학습하고 판단하기를 어려워하고 많은 시간을 필요로하지만, 기계는 그렇지…
-
revise instructions in final task; training set vocabulary will differ slightly from test set, so need to elaborate on how to preprocess
ruizt updated
2 years ago
-
what is the impact of using new_coords=1 ?? can someone please explain this concept in detail??
why sigmoid instead of liner activation function before yolo layer??
-
Hi, I am trying to serialize the pyspark model RandomForestClassifier to onnx. First step, I tried to use buildInitialTypesSimple to get the intial types, but got this error. Any suggestions on how t…
-
![image](https://user-images.githubusercontent.com/35891255/234499588-30cc4e21-aecf-4002-9389-58c6a47b5eda.png)
site-portal支持的组件太少,能迭代支持所有的fate的组件么
-
# Multi-layer Perceptron (MLP)
**MLP** is Class of **feedforward artificial neural network (ANN).**
- Composed of multiple layers of perceptrons.
- MLP consists of at least three layers of no…
-
So, the first machine learning file I did (with the logistic regression) I think focused on learning from tournament structure (i.e. likelihood that a 3 seed beats a 1 seed, etc.) and I think the down…
-
I'm not sure if you've seen this proposal: https://github.com/w3c/web-advertising/blob/master/privacy_preserving_lookalike_audience_targeting.md
The key idea there is to use the Aggregated Reportin…