You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Hackerearth/Amazon ML Challenge/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Classify products into their respective browse node ids. There are 9K+ classes a
12
12
### Feature Engineering & Approach
13
13
14
14
1. The data was too large so we made a simple train-test split for our validation
15
-
2. Standard handcrafted features such as number of words, number sentences, number of adjectives, number of stopwords, etc. were generated. Reason for generating such features is for example, people in the clothing industry might use more industries to describe their product when compared to the toy industry.
15
+
2. Standard handcrafted features such as number of words, number sentences, number of adjectives, number of stopwords, etc. were generated. Reason for generating such features is for example, people in the clothing industry might use more words to describe their product when compared to the toy industry.
16
16
3. Generated sparse TF-IDF and Count vectors
17
17
4. Generate Dense Document vectors from small transformer
18
18
5. Concatenate 1, 3 and 4 together and pass through different multi-layered perceptrons. Each MLP is 3 hidden-layer network trained for a single epoch.
0 commit comments