Skip to content

pajouheshgar/DL40959-9798-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DL40959-9798-Project

Required material for Deep Learning Course Project

Instructor: Mahdieh Soleymani

Course Page: http://ce.sharif.edu/courses/97-98/2/ce959-1/

Prerequsites

  • Distance
  • nltk
pip3 install -r requirements.txt

Dataset

Dataset folder in this repository is a template. You can download dataset from here and replace the Dataset folder with the one you've downloaded.

Usage

For Evaluating BLEU Score

python3 Evaluation/bleu_score.py --target-formulas target.txt --predicted-formulas predicted.txt --ngram 5

For Evaluating Edit Distance Accuracy

python3 Evaluation/edit_distance.py --target-formulas target.txt --predicted-formulas predicted.txt

About

Required material for Deep Learning Course Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages