Skip to content

This is a repo that stores my code for the basic projects provided by lab of NLP in FuDan University.

Notifications You must be signed in to change notification settings

SeanWang0027/FDU_NLP_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FDU_NLP_Basic

This is a repo that stores my code for the projects provided by the lab of NLP at FuDan University.

Task1

Requirements

In this task, the requirements are as follows:

  1. This is a task that centred on task of text classification.

  2. You are only supposed to realize the process using numpy.

  3. Use logisitic/softmax regression.

Dataset

https://www.kaggle.com/c/sentiment-analysis-on-movie-reviews

Prerequisite

  1. N-gram, Bag-Of-Word

  2. loss function,SGD,softmax regression

  3. dataset classification

Result

epoch=10;lr=0.01;loss:79.386;test_acc:0.52

About

This is a repo that stores my code for the basic projects provided by lab of NLP in FuDan University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published