/jerife.github.io

Blog : Artificial Intelligence Study Record 🤖

Primary LanguageHTMLMIT LicenseMIT

jerife.github.io

image

What blog is it?

It's a blog that studies and records artificial intelligence models.
Write a big article about "Computer Vision" and "Natural Language Processing".

1) Computer Vision

  • CNN(Convolution Nerual Network)   ➡️  link
  • ResNet(Residual Network)   ➡️  link
  • DenseNet(Dense Network)   ➡️  link
  • EfficientNet   ➡️  link
1-1) Object Detection
  • R-CNN   ➡️  link
  • Fast R-CNN   ➡️  link
  • Faster R-CNN   ➡️  link
  • YOLOv3   ➡️  link
  • EfficientDet   ➡️  link

2) Natural Language Processing

  • RNN(Recurrent Neural Network)   ➡️  link
  • LSTM(Long Short-Term Memory)   ➡️  link
  • Seq2Seq(Sequence to Sequence)   ➡️  link
  • Attention Mechanism   ➡️  link
  • Transformer   ➡️  link
  • BERT   ➡️  link
  • RoBERTa   ➡️  link
  • ELECTRA   ➡️  link

3) Time Series

  • ARIMA(AutoRegressive Integrated MovingAverage)   ➡️  link