Skip to content

PyDev19/MathVisionNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathVisionNet

Overview

MathVisionNet is a machine learning model aimed at converting handwritten math expressions into LaTeX. It is a personal project of mine desgined to learn how these systems work. I plan on making different architectures to see how they compare and even trying different techniques for data augmentation to see how they might affect training.

At the end of training I want to figure out ways I can optimize the model so that it can run on limited hardware efficiently.

Model Architectures

  • CNN + LSTM Encoder-Decoder model (Currently working on)
  • CNN + LSTM with Attention model
  • CNN + Transformer Decoder model
  • Vision Transformer + Transformer Decoder model

Dataset

Starting out I am going to use MathWriting 2024 dataset to train these models but for all these models I need a much larger dataset so I will combine this datasets and see what I can do.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages