Skip to content

This repo contains the gist, explanation, and implementation from scratch of the SOTA algorithms.

License

Notifications You must be signed in to change notification settings

divyanshugit/Unscrambling-SOTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unscrambling-SOTA

Unscrambling SOTA

1. EfficientNet


EfficientNet is a convolutional neural network architecture and scaling method that uniformly scales all dimensions of depth/width/resolution using a compound coefficient. Unlike conventional practice that arbitrary scales these factors, the EfficientNet scaling method uniformly scales network width, depth, and resolution with a set of fixed scaling coefficients. Know more

2. Word2Vec


Efficient Estimation of Word Representations in Vector Space was the paper in which Word2Vec was indtroduced for the first time. In this paper, researchers proposed two novel model architectures for computing continuous vector representations of words from very large data sets. The quality of these representations is measured in a word similarity task, and the results are compared to the previously best performing techniques based on different types of neural networks. Know more

About

This repo contains the gist, explanation, and implementation from scratch of the SOTA algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published