Skip to content

Latest commit

 

History

History
112 lines (72 loc) · 1.9 KB

dlcode.MD

File metadata and controls

112 lines (72 loc) · 1.9 KB

Deep Learning Code

    import numpy as np
  • Gradient Descent Optimization with numpy | (grad.py)
  • Support Vector Machines (SVM) with numpy | (svm.py)
  • Convolutional Neural Network (CNN) in c++ with TF | (cnn.cpp)
  • Neural Network with numpy | (neuralnet.py)
  • Principal Component Analysis (PCA) with numpy | (pca.py)
Computer Vision (py/PyTorch)

[ code ]

Deep Reinforcement Learning (py/PyTorch)

[ code ]

Transformers (py/PyTorch)

[ code ]

Visual SLAM (c++)

[ code ]

Multi Agent System : Crazyflie 2.1 (c++) Optical Flow : Neural Structure-from-Motion (c++)
Monocular Dense Reconstruction

[ code ]

3D Dynamic Scene Graphs

[ code ]

Characterizing Performance of Edge AI Accelerators
Geometric Deep Learning Vision-Based Navigation in Dynamic Environment 3D Gaussian Splatting

Find state of the art deep learning model code via paperswithcode, example : semantic segmentation.