Main Page: Difference between revisions
No edit summary |
|||
(61 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Welcome to David Li's wiki. | Welcome to David Li's wiki. | ||
{{#css: | {{#css: | ||
.main-card-container { | .main-card-container { | ||
Line 8: | Line 7: | ||
display:flex; | display:flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
padding: 0rem | padding: 0rem 0.5rem; | ||
justify-content: left; | justify-content: left; | ||
align-items: stretch; | align-items: stretch; | ||
Line 20: | Line 19: | ||
margin: 0.2rem; | margin: 0.2rem; | ||
flex: 1 1 30%; | flex: 1 1 30%; | ||
max-width: | max-width: 29%; | ||
min-width: 8rem; | min-width: 8rem; | ||
} | } | ||
Line 45: | Line 44: | ||
<div style="display:flex;flex-direction:row;"> | <div style="display:flex;flex-direction:row;"> | ||
<div class="main-card-container"> | <div class="main-card-container"> | ||
<div class="main-flex-card"> | <div class="main-flex-card"> | ||
Line 51: | Line 49: | ||
<ul> | <ul> | ||
<li>[[C++]]</li> | <li>[[C++]]</li> | ||
<li>[[JavaScript]]</li> | <li>[[JavaScript]], [[TypeScript]]</li> | ||
<li>[[NodeJS]]</li> | <li>[[NodeJS]]</li> | ||
<li>[[Python]]</li> | <li>[[Python]]</li> | ||
<li>[[Bash (Unix shell)]]</li> | <li>[[Bash (Unix shell) | Bash]]</li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Line 60: | Line 58: | ||
<div class="main-card-header">Libraries</div> | <div class="main-card-header">Libraries</div> | ||
<ul> | <ul> | ||
<li>[[PyTorch]]</li> | |||
<li>[[TensorFlow]]</li> | <li>[[TensorFlow]]</li> | ||
<li>[[OpenCV]]</li> | <li>[[OpenCV]]</li> | ||
</ul> | </ul> | ||
Line 70: | Line 68: | ||
<li>[[Laravel]]</li> | <li>[[Laravel]]</li> | ||
<li>[[Unity]]</li> | <li>[[Unity]]</li> | ||
<li>[[React (JavaScript library) | React]]</li> | |||
<li>[[Angular (web framework) | Angular]]</li> | |||
</ul> | </ul> | ||
</div> | </div> | ||
Line 83: | Line 83: | ||
<div class="main-card-header">Theory</div> | <div class="main-card-header">Theory</div> | ||
<ul> | <ul> | ||
<li>[[ | <li>[[Geometric Computer Vision | 3D Vision]], [[Visual Learning and Recognition | Recognition]]</li> | ||
<li>[[Computer Graphics]] | <li>[[Computer Graphics | Graphics]], [[Advanced Computer Graphics | Advanced Graphics]]</li> | ||
<li>[[Machine Learning]], [[Deep Learning]]</li> | |||
<li>[[Machine Learning]]</li> | |||
</ul> | </ul> | ||
</div> | </div> | ||
Line 101: | Line 100: | ||
<ul> | <ul> | ||
<li>[[Linux]]</li> | <li>[[Linux]]</li> | ||
<li>[[macOS]]</li> | |||
<li>[[Windows]]</li> | <li>[[Windows]]</li> | ||
<li>[[Docker (software)]]</li> | <li>[[Docker (software) | Docker]]</li> | ||
<li>[[ | </ul> | ||
</div> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Editors</div> | |||
<ul> | |||
<li>[[Visual Studio Code]]</li> | |||
<li>[[Vim (text editor) | Vim]]</li> | |||
</ul> | |||
</div> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Distributed Computing</div> | |||
<ul> | |||
<li>[[Apache Beam]]</li> | |||
<!-- <li>[[Apache Spark]]</li> --> | |||
<li>[[Kubernetes]]</li> | |||
</ul> | </ul> | ||
</div> | </div> | ||
Line 109: | Line 123: | ||
</div> | </div> | ||
==Programming | ==Programming== | ||
===General Purpose=== | ===General Purpose=== | ||
* [[ | * [[C (programming_language)]] | ||
* [[C++]] | * [[C++]] | ||
* [[Rust (programming language)]] | |||
* [[C Sharp|C#]] | * [[C Sharp|C#]] | ||
* [[Java]] | * [[Java]] | ||
* [[Kotlin]] | * [[Kotlin]] | ||
* [[Bash (Unix shell) | * [[Bash (Unix shell)]] | ||
===Web Programming=== | ===Web Programming=== | ||
Line 124: | Line 139: | ||
* [[PHP]] | * [[PHP]] | ||
* [[HTML]] | * [[HTML]] | ||
* [[Cascading Style Sheets | Cascading Style Sheets (CSS)]] | |||
* [[Apache HTTP Server]] | * [[Apache HTTP Server]] | ||
* [[ | * [[Caddy (web server)]] | ||
===Numerical Computation=== | ===Numerical Computation=== | ||
Line 138: | Line 154: | ||
* [[OpenCL]] | * [[OpenCL]] | ||
* [[ROCm]] | * [[ROCm]] | ||
* [[SYCL]] | |||
====Shader Languages==== | ====Shader Languages==== | ||
Line 158: | Line 175: | ||
;Front-end Frameworks | ;Front-end Frameworks | ||
* [[Angular (web framework)]] | * [[Angular (web framework)]] | ||
* [[React (JavaScript library)]] See ([[Next.js]]) | |||
* [[Vue.js]] | * [[Vue.js]] | ||
;Back-end Frameworks | ;Back-end Frameworks | ||
Line 173: | Line 190: | ||
===App Development=== | ===App Development=== | ||
* [[Android System Development]] | |||
* [[Android App Development]] | * [[Android App Development]] | ||
* [[Android Native Development]] | |||
==Machine Learning== | ==Machine Learning== | ||
Line 198: | Line 217: | ||
* [[Capsule neural network]] | * [[Capsule neural network]] | ||
* [[Siamese neural network]] | * [[Siamese neural network]] | ||
* [[Graph neural network]] | |||
===Research Areas=== | ===Research Areas=== | ||
Line 210: | Line 230: | ||
==Libraries== | ==Libraries== | ||
;Video and Audio | |||
* [[FFmpeg]] | * [[FFmpeg]] | ||
;Graphics | |||
* [[GLFW]] | |||
* [[three.js]] | * [[three.js]] | ||
* [[Open3D]] | |||
;Vision | |||
* [[OpenCV]] | |||
;Math | |||
* [[Eigen (C++ library)]] | * [[Eigen (C++ library)]] | ||
;Web Development | |||
* [[Webpack]] | * [[Webpack]] | ||
Line 224: | Line 252: | ||
* [[CMake]] | * [[CMake]] | ||
* [[Makefile]] | * [[Makefile]] | ||
* [[Git]] | * [[Git]], [[GitLab]] | ||
* [[GNU Compiler Collection | GNU Compiler Collection (GCC)]] | * [[GNU Compiler Collection | GNU Compiler Collection (GCC)]] | ||
===Text Editors and IDEs=== | ===Text Editors and IDEs=== | ||
* [[Visual Studio Code]] | * [[Visual Studio Code]] | ||
* [[Emacs]] | * [[Emacs]] | ||
Line 235: | Line 262: | ||
===Photo/Video Editing=== | ===Photo/Video Editing=== | ||
* [[Adobe Premiere Pro]] | * [[Adobe Premiere Pro]] | ||
* [[DaVinci Resolve]] | |||
===3D Modeling=== | ===3D Modeling=== | ||
Line 245: | Line 273: | ||
* [[Useful Node Programs]] | * [[Useful Node Programs]] | ||
* [[Google Chrome]] | * [[Google Chrome]] | ||
* [[ | * [[Conda (package manager)]] | ||
==Operating Systems== | ==Operating Systems== | ||
* [[Linux]] | * [[Linux]] | ||
* [[macOS]] | |||
* [[Windows]] | * [[Windows]] | ||
* [[Android (operating system) | Android]] | * [[Android (operating system) | Android]] | ||
===Environments=== | |||
* [[Cygwin]] | * [[Cygwin]] | ||
* [[MSYS2]] | * [[MSYS2]] | ||
Line 274: | Line 304: | ||
* [[Image Registration]] | * [[Image Registration]] | ||
* [[Image quality assessment]] | * [[Image quality assessment]] | ||
* [[Image-based rendering]] | |||
===Communication=== | ===Communication=== | ||
Line 281: | Line 312: | ||
* [[Reading Papers]] | * [[Reading Papers]] | ||
* [[Reviewing Papers]] | * [[Reviewing Papers]] | ||
* [[Writing Rebuttals]] | |||
==Math and Theory== | ==Math and Theory== | ||
===Machine Learning=== | |||
* [[Machine Learning]] | * [[Machine Learning]] | ||
** [[Supervised Learning]] | ** [[Supervised Learning]] | ||
Line 288: | Line 322: | ||
** [[Reinforcement Learning]] | ** [[Reinforcement Learning]] | ||
** [[Transfer Learning]] | ** [[Transfer Learning]] | ||
** | ** Domain Adaptation | ||
** [[Ensemble Learning]] | ** [[Ensemble Learning]] | ||
* [[Deep Learning]] | |||
===Mathematics=== | |||
* [[Advanced Calculus]] | * [[Advanced Calculus]] | ||
* [[Linear Algebra]] | * [[Linear Algebra]] | ||
* [[Probability]] | * [[Probability]] | ||
** [[Stochastic Processes]] | ** [[Stochastic Processes]] | ||
* [[Statistics]] | * [[Statistics]] | ||
* [[Numerical Analysis]] | * [[Numerical Analysis]] | ||
** [[Numerical Optimization]] | ** [[Numerical Optimization]] | ||
===Computer Science=== | |||
* [[Algorithms]] | * [[Algorithms]] | ||
** [[Interview Algorithms]] | ** [[Interview Algorithms]] | ||
** [[Parallel Algorithms]] | ** [[Parallel Algorithms]] | ||
** [[Graph Theory]] | ** [[Graph Theory]] | ||
* [[Computer Graphics]] | * [[Computer Graphics]] | ||
** [[Advanced Computer Graphics]] | ** [[Advanced Computer Graphics]] | ||
* [[ | |||
* [[Computer Vision]] | |||
** [[Geometric Computer Vision]] | |||
** [[Visual Learning and Recognition]] | |||
* [[Data Structures]] | |||
** [[Multidimensional Data Structures]] | |||
* Computer Systems | |||
** Computer Architecture | |||
** [[Computer Networking]] | |||
==Glossaries== | |||
* [[Machine Learning Glossary]] | |||
* [[New Technology Glossary]] | |||
==Misc== | ==Misc== | ||
Line 317: | Line 369: | ||
* [[Technical Interviews]] | * [[Technical Interviews]] | ||
* [[Datasets]] | * [[Datasets]] | ||
* [[ | * [[Homelab]] |
Latest revision as of 16:53, 28 September 2024
Welcome to David Li's wiki.
Programming
Libraries
Editors
Distributed Computing
Programming
General Purpose
Web Programming
Numerical Computation
GPU Programming
Shader Languages
Typesetting
Frameworks
Game Development
Web Development
- Front-end Frameworks
- Back-end Frameworks
- CSS Libraries
- Databases
App Development
Machine Learning
Libraries
Visualization Tools
Applications
Architectures
- Convolutional neural network (CNNs)
- Generative Adversarial Networks (GANs)
- Long short-term memory (LSTM)
- Transformer (machine learning model)
- Capsule neural network
- Siamese neural network
- Graph neural network
Research Areas
Computer Vision
Libraries
- Video and Audio
- Graphics
- Vision
- Math
- Web Development
Software and Tools
Software Engineering
Text Editors and IDEs
Photo/Video Editing
3D Modeling
Office
Misc
Operating Systems
Environments
Containers
Research
Surveys
- Steganography
- Natural language processing
- Spherical Harmonics
- Image Compression
- Video Compression
- Depth Estimation
- Single Image Animation
- Foveated Rendering
- Texture Synthesis
- Image Registration
- Image quality assessment
- Image-based rendering
Communication
- Computer Science Conferences
- Giving Talks
- Writing Papers
- Reading Papers
- Reviewing Papers
- Writing Rebuttals
Math and Theory
Machine Learning
Mathematics
Computer Science
- Computer Systems
- Computer Architecture
- Computer Networking