ZOMAk's Stars
julrog/nn_vis
A project for processing neural networks and rendering to gain insights on the architecture and parameters of a model through a decluttered representation.
osmr/imgclsmob
Sandbox for training deep learning networks
drewwilimitis/Manifold-Learning
Introduction to Manifold Learning - Mathematical Theory and Applied Python Examples (Multidimensional Scaling, Isomap, Locally Linear Embedding, Spectral Embedding/Laplacian Eigenmaps)
jzavatoneveth/laplacian-eigenmaps
Spectral embedding using Laplacian Eigenmaps
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
0voice/expert_readed_books
2021年最新总结,推荐工程师合适读本,计算机科学,软件技术,创业,**类,数学类,人物传记书籍
mli/paper-reading
深度学习经典、新论文逐段精读
tianzhi0549/FCOS
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
AlanLuSun/High-quality-ellipse-detection
A high-quality ellipse detector based on arc-support line segments which can both accurately and efficiently detect ellipses in images.
dlut-dimt/ellipse-detector
h3ct0r/fast_ellipse_detector
This is the implementation in C++ of the paper: 'A fast and effective ellipse detector for embedded vision applications'
cvg/SOLD2
Joint deep network for feature line detection and description
Siyuada7/TP-LSD
Official implementation of paper "TP-LSD: Tri-points based line segment detector" .
cherubicXN/hawp
Holistically-Attracted Wireframe Parsing [TPAMI'23] & [CVPR' 20]
theWorldCreator/LSD
a Line Segment Detector
cvg/DeepLSD
Implementation of the paper "DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients"
One1h/ElDet
Implement code of paper "ElDet: Anchor-free General Ellipse Object Detector"
helblazer811/ManimML
ManimML is a project focused on providing animations and visualizations of common machine learning concepts with the Manim Community Library.
Ma-Lab-Berkeley/CRATE
Code for CRATE (Coding RAte reduction TransformEr).
hanmq/MachineLearning_Zhouzhihua_ProblemSets
Exercises answers to the book "machine-learning" written by Zhou Zhihua。周志华《机器学习》课后习题,个人解答。各算法都拿numpy和pandas实现了一遍
ngcthuong/Reproducible-Deep-Compressive-Sensing
Collection of reproducible deep learning for compressive sensing
google-research/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
ZhongqunZHANG/awesome-6d-object
Awesome work on object 6 DoF pose estimation
YoungXIAO13/ObjectPoseEstimationSummary
Resources (papers, datasets, rendering methods) in the domain of object pose estimation.
ryderling/practicalAI
A practical approach to learning machine learning.
shortcipher3/information_theory_mackay
My code related to the book "Information Theory, Inference, and Learning Algorithms" by David Mackay
jmtomczak/intro_dgm
"Deep Generative Modeling": Introductory Examples
rasbt/machine-learning-book
Code Repository for Machine Learning with PyTorch and Scikit-Learn
gerdm/prml
Repository of notes, code and notebooks in Python for the book Pattern Recognition and Machine Learning by Christopher Bishop
leilichuan/Pattern-Recognition-and-Machine-Learning-Chinese-Note
A Chinese learning note with python codes for Pattern Recognition and Machine Learning.