
機器學習
席 德
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CS224N_2019_Assignment3: Dependency Parsing (Solution)
@[TOC](CS 224n (2019) Assignment #3 written+coding 作業答案 ) 前言 A3作業讓你學會建立neural dependency parser的同時也能熟悉Pytorch的用法。 Written part是關於Adam和Dropout的解答與思考,這部分教授在課上解釋的比較少,但屬於neural network的重點之一,建議閱讀相關文獻加深這部分的...原创 2019-12-21 12:45:39 · 1300 阅读 · 0 评论 -
CS224n_2019_Assignment1: Exploring Word Vectors Coding Solution
A1不難,當熱身作業。 Word Vectors Part 1: Count-Based Word Vectors (10 points) Co-Occurrence Question 1.1: Implement distinct_words [code] (2 points) def distinct_words(corpus): """ Determine a list of dis...原创 2019-11-26 20:19:45 · 1368 阅读 · 0 评论 -
CS224n_2019_Assignment2: word2vec coding solution
CS 224n Assignment #2: word2vec 作業答案 coding part solution前言題目詳情Coding: Implementing word2vec (20 points)( a )( b )( c ) 前言 A2是關於word2vec的forward and backward propagation的實現。要想A2的coding part完全正確,完成writ...原创 2019-11-26 15:34:18 · 1502 阅读 · 2 评论