Main Page: Difference between revisions
No edit summary |
|||
(220 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Welcome to David Li's wiki. | |||
{{#css: | |||
.main-card-container { | |||
height: fit-content; | |||
height: -moz-fit-content; | |||
flex-grow:1; | |||
display:flex; | |||
flex-wrap: wrap; | |||
padding: 0rem 0.5rem; | |||
justify-content: left; | |||
align-items: stretch; | |||
align-content: stretch; | |||
margin: -0.2rem 0rem; | |||
} | |||
.main-flex-card { | |||
border: 0.4rem solid #555555; | |||
border-radius: 1rem; | |||
padding: 0.3rem; | |||
margin: 0.2rem; | |||
flex: 1 1 30%; | |||
max-width: 29%; | |||
min-width: 8rem; | |||
} | |||
.main-card-container h6 { | |||
text-align:center | |||
} | |||
.main-flex-card ul { | |||
width: fit-content; | |||
width: -moz-fit-content; | |||
max-width: 80%; | |||
margin: auto; | |||
} | |||
.main-flex-card ul li { | |||
width: fit-content; | |||
width: -moz-fit-content; | |||
max-width: 100%; | |||
} | |||
.main-card-header{ | |||
font-weight: bold; | |||
text-align: center; | |||
margin-top: 0.3rem; | |||
} | |||
}} | |||
<div style="display:flex;flex-direction:row;"> | |||
<div class="main-card-container"> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Programming</div> | |||
<ul> | |||
<li>[[C++]]</li> | |||
<li>[[JavaScript]], [[TypeScript]]</li> | |||
<li>[[NodeJS]]</li> | |||
<li>[[Python]]</li> | |||
<li>[[Bash (Unix shell) | Bash]]</li> | |||
</ul> | |||
</div> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Libraries</div> | |||
<ul> | |||
<li>[[PyTorch]]</li> | |||
<li>[[TensorFlow]]</li> | |||
<li>[[OpenCV]]</li> | |||
</ul> | |||
</div> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Frameworks</div> | |||
<ul> | |||
<li>[[Laravel]]</li> | |||
<li>[[Unity]]</li> | |||
<li>[[React (JavaScript library) | React]]</li> | |||
<li>[[Angular (web framework) | Angular]]</li> | |||
</ul> | |||
</div> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Software Tools</div> | |||
<ul> | |||
<li>[[Git]]</li> | |||
<li>[[FFmpeg]]</li> | |||
<li>[[Rclone]]</li> | |||
</ul> | |||
</div> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Theory</div> | |||
<ul> | |||
<li>[[Geometric Computer Vision | 3D Vision]], [[Visual Learning and Recognition | Recognition]]</li> | |||
<li>[[Computer Graphics | Graphics]], [[Advanced Computer Graphics | Advanced Graphics]]</li> | |||
<li>[[Machine Learning]], [[Deep Learning]]</li> | |||
</ul> | |||
</div> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Typesetting</div> | |||
<ul> | |||
<li>[[Latex]]</li> | |||
<li>[[Markdown]]</li> | |||
<li>[[Wikitext]]</li> | |||
</ul> | |||
</div> | |||
<div class="main-flex-card"> | |||
<div class="main-card-header">Operating Systems</div> | |||
<ul> | |||
<li>[[Linux]]</li> | |||
<li>[[macOS]]</li> | |||
<li>[[Windows]]</li> | |||
<li>[[Docker (software) | Docker]]</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> | |||
</div> | |||
</div> | |||
</div> | |||
==Programming== | |||
===General Purpose=== | |||
* [[C (programming_language)]] | |||
* [[C++]] | |||
* [[Rust (programming language)]] | |||
* [[C Sharp|C#]] | |||
* [[Java]] | |||
* [[Kotlin]] | |||
* [[Bash (Unix shell)]] | |||
===Web Programming=== | |||
* [[JavaScript]] | |||
* [[NodeJS]] | |||
* [[WebGL]] | |||
* [[PHP]] | |||
* [[HTML]] | |||
* [[Cascading Style Sheets | Cascading Style Sheets (CSS)]] | |||
* [[Apache HTTP Server]] | |||
* [[Caddy (web server)]] | |||
===Numerical Computation=== | |||
* [[Julia]] | |||
* [[MATLAB]] | |||
* [[Python]] | |||
* [[Cython]] | |||
* [[R]] | |||
===GPU Programming=== | |||
* [[CUDA]] | |||
* [[OpenCL]] | |||
* [[ROCm]] | |||
* [[SYCL]] | |||
====Shader Languages==== | |||
* [[GLSL]] | |||
* [[HLSL]] | |||
===Typesetting=== | |||
* [[Latex]] | |||
** [[PGF/TikZ | TikZ]] | |||
* [[Markdown]] | |||
* [[Markdeep]] | |||
==Frameworks== | |||
===Game Development=== | |||
* [[Unity]] | |||
===Web Development=== | |||
;Front-end Frameworks | |||
* [[Angular (web framework)]] | |||
* [[React (JavaScript library)]] See ([[Next.js]]) | |||
* [[Vue.js]] | |||
;Back-end Frameworks | |||
* [[Laravel]] | |||
* [[Express.js]] | |||
;CSS Libraries | |||
* [[Bootstrap]] | |||
* [https://bulma.io/ Bulma] | |||
;Databases | |||
* [[MySQL]] | |||
=== | ===App Development=== | ||
[[ | * [[Android System Development]] | ||
[[ | * [[Android App Development]] | ||
[[ | * [[Android Native Development]] | ||
== | ==Machine Learning== | ||
[[ | * [[Hyperparameters]] | ||
* [[Machine Learning Glossary]] | |||
===Libraries=== | ===Libraries=== | ||
[[FFmpeg]] | * [[Flux]] | ||
[[three.js]] | * [[TensorFlow]] | ||
* [[PyTorch]] | |||
====Visualization Tools==== | |||
* [[TensorBoard]] | |||
===Applications=== | |||
* [[Neural Physics]] | |||
* [https://joelgrus.com/2016/05/23/fizz-buzz-in-tensorflow/ Fizz Buzz] | |||
===Architectures=== | |||
* [[Convolutional neural network | Convolutional neural network (CNNs)]] | |||
* [[Generative adversarial network | Generative Adversarial Networks (GANs)]] | |||
* [[Long short-term memory | Long short-term memory (LSTM)]] | |||
* [[Transformer (machine learning model)]] | |||
* [[Capsule neural network]] | |||
* [[Siamese neural network]] | |||
* [[Graph neural network]] | |||
===Research Areas=== | |||
* [[Adversarial machine learning]] | |||
** [[Adversarial Examples]] | |||
** [[Poisoning Attacks]] | |||
* [[Zero-Shot Learning]] | |||
==Computer Vision== | |||
* [[List of Feature Descriptors]] | |||
* [[Essential Matrix]] | |||
==Libraries== | |||
;Video and Audio | |||
* [[FFmpeg]] | |||
;Graphics | |||
* [[GLFW]] | |||
* [[three.js]] | |||
* [[Open3D]] | |||
;Vision | |||
* [[OpenCV]] | |||
;Math | |||
* [[Eigen (C++ library)]] | |||
;Web Development | |||
* [[Webpack]] | |||
==Software and Tools== | |||
===Software Engineering=== | |||
* [[CMake]] | |||
* [[Makefile]] | |||
* [[Git]], [[GitLab]] | |||
* [[GNU Compiler Collection | GNU Compiler Collection (GCC)]] | |||
===Text Editors and IDEs=== | |||
* [[Visual Studio Code]] | |||
* [[Emacs]] | |||
* [[Vim (text editor)]] | |||
===Photo/Video Editing=== | |||
* [[Adobe Premiere Pro]] | |||
* [[DaVinci Resolve]] | |||
===3D Modeling=== | |||
* [[Blender (software)]] | |||
=== | ===Office=== | ||
* [[Microsoft Powerpoint]] | |||
* [ | |||
===Misc=== | ===Misc=== | ||
[[MediaWiki]] | * [[Useful Node Programs]] | ||
* [[Google Chrome]] | |||
* [[Conda (package manager)]] | |||
==Operating Systems== | |||
* [[Linux]] | |||
* [[macOS]] | |||
* [[Windows]] | |||
* [[Android (operating system) | Android]] | |||
===Environments=== | |||
* [[Cygwin]] | |||
* [[MSYS2]] | |||
* [[Kernel-based Virtual Machine | Kernel-based Virtual Machine (KVM)]] | |||
===Containers=== | |||
* [[Docker (software)]] | |||
* [[Kubernetes]] | |||
==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=== | |||
* [[Machine Learning]] | |||
** [[Supervised Learning]] | |||
** [[Unsupervised Learning]] | |||
** [[Reinforcement Learning]] | |||
** [[Transfer Learning]] | |||
** Domain Adaptation | |||
** [[Ensemble Learning]] | |||
* [[Deep Learning]] | |||
===Mathematics=== | |||
* [[Advanced Calculus]] | |||
* [[Linear Algebra]] | |||
* [[Probability]] | |||
** [[Stochastic Processes]] | |||
* [[Statistics]] | |||
* [[Numerical Analysis]] | |||
** [[Numerical Optimization]] | |||
===Computer Science=== | |||
* [[Algorithms]] | |||
** [[Interview Algorithms]] | |||
** [[Parallel Algorithms]] | |||
** [[Graph Theory]] | |||
* [[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== | |||
* [[MediaWiki]] | |||
* [[Regular Expressions|Regular Expressions (Regex)]] | |||
* [[Preprocessor Macros]] | |||
* [[Credit Cards]] | |||
* [[Investing]] | |||
* [[Technical Interviews]] | |||
* [[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