Skip to content

Official Repository for the 1st place of NYUSH CS360 Machine Learning Final Competition in Fall 2023

Notifications You must be signed in to change notification settings

Exiam6/LimboNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LimboNet

  • Official Repository for the 1st place of NYUSH CS360 Machine Learning Final Competition in Fall 2023

LimboNet is a custom neural network model which is a variant of the ResNeXt and InceptionNet architecture. It is named after the "Limbo" in the movie INCEPTION consists of several stages, each implemented using the CobbBottleneck module.

The CobbBottleneck class is a modified version of the bottleneck structure of ResNeXt models, mainly perserve its residual connection with cardinality, and Multimodal Convolutional layers in InceptionNet V2. It consists of several convolutional layers with different kernal size with maxpool, batch normalization and ReLU activations. The whole structure is shown in the next page.

Model Structure

截屏2023-12-17 09 05 27

The Structure of LimboNet

Block

The Structure of Basic Blocks in LimboNet. (2 computational layers each)

LimboNet

The forward and backward path in LimboNet

About

Official Repository for the 1st place of NYUSH CS360 Machine Learning Final Competition in Fall 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages