Skip to content

Python implementation for the assignments of the course BITS F312 ( Neural Network and Fuzzy Logic )

Notifications You must be signed in to change notification settings

pranath-reddy/BITS-F312-NNFL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BITS-F312-NNFL

Python implementation for the assignments of the course BITS F312 ( Neural Network and Fuzzy Logic )

Assignment 1:

  • Linear Regression using batch and stochastic gradient descent

  • Ridge regression

  • Vectorized linear regression

  • Least angle regression

  • K-means clustering

  • Logistic regression

  • Multiclass logistic regression using “One VS All” and “One VS One” multiclass coding techniques

  • K-Fold cross-validation

  • Likelihood ratio test (LRT)

  • Maximum a posteriori (MAP) decision rule

  • Maximum likelihood (ML) decision rule

Assignment 2:

  • Multilayer perceptron

  • Radial basis function neural network (RBFNN)

  • Stacked autoencoder

  • Extreme learning machine (ELM) classifier

  • Deep layer stacked autoencoder based extreme learning machine

Assignment 3:

  • Convolutional neural network

  • Convolutional autoencoder

  • Neuro-fuzzy inference system (NFIS) classifier

About

Python implementation for the assignments of the course BITS F312 ( Neural Network and Fuzzy Logic )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages