Posts by Tag

notes

Machine Learning (Part 4)

Notes on Computer Vision theory and NLP. Based on Goodfellow, Bengio “Deep Learning”, Stanford CS231n and RWTH Aachen University Machine Learning

DatKom Notes

For learning DatKom; content mostly from Kurose, Ross “Computer Networking”.

Notes on Computer Vision Coding

pickle use the following code to inspect and view .pickle or .p datasets import pickle import matplotlib.pyplot as plt with open('train.p', 'rb') as ...

Notes on Jetson Xavier AGX

Jetpack check Jetpack version: sudo apt-cache show nvidia-jetpack Basics command description tegrastats -v ...

Notes on CUDA and cuDNN

Currently installed CUDA 11.2 Update 2 cuDNN 8.1.1.33 Install install CUDA normally install cuDNN without sudo add-apt-repository "deb https://...

Machine Learning (Part 3)

Notes on Computer Vision theory and NLP. Based on Goodfellow, Bengio “Deep Learning”, Stanford CS231n and RWTH Aachen University Machine Learning

Machine Learning (Part 2)

Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, “Deep Learning”.

Machine Learning (Part 1)

Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, “Deep Learning”.

Docker Notes

Docker Hub Limits There’s now a rate limit for pulling images from Docker Hub (unauthenticated users: 100 pulls per 6 hours, logged in users with free a...

Team Galaxis Notes

docker starten mit ./scripts/start_docker.sh mehrmals compilen mit ./compile.sh source /opt/ros/eloquent/setup.bash (check, ob alles stimmt: ros2 run ...

Back to Top ↑

cheatsheet

Jupyter Cheatsheet

jupyter jupyterlab Dark Mode: Menubar “Settings” → “JupyterLab Theme” → “JupyterLab Dark” Shortcuts command description ...

Python Plots Cheatsheet

imshow() plt.imshow just finishes drawing a picture instead of printing it. If you want to print the picture, you just need to add plt.show.

ROS Cheatsheet

ROS Packages image_view Display the images of an image topic: rosrun image_view image_view image:=/sensor/camera1/image_raw opencv_apps Install sudo...

ROS2 Cheatsheet

Install ROS2 Über apt install installieren (wie hier beschrieben) Dann, wie in binary installation unter “Installing and initializing rosdep...

Qt Cheatsheet

Install am besten mit offline installer (created with Qt Installer Framework); automatische installation via script, das installer automatisch “durchklic...

Python Cheatsheet

Installing multiple Python Versions source: sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install py...

Doxygen Cheatsheet

General Experiences/Issues Markdown files are merged Note: This happened when I loaded an old Doxyfile in order to generate the documentation. After that I...

Bash Cheatsheet

References tldp.org gnu.org the same on devdocs.io: bash (“DevDocs combines multiple API documentations in a fast, organized, and searchable...

Mac and iOS Cheatsheet

Wifi settings cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/ ./airport en1 prefs # set wifi connection behaviour (eg....

Ubuntu Cheatsheet

OS tty To switch ttys use ctrl + alt + F#, where # is the tty number you want to switch to. see Switching between ttys Ubuntu 17.10+ assign...

Back to Top ↑

c++

Back to Top ↑

ml

Machine Learning (Part 4)

Notes on Computer Vision theory and NLP. Based on Goodfellow, Bengio “Deep Learning”, Stanford CS231n and RWTH Aachen University Machine Learning

Machine Learning (Part 2) [OLD VERSION]

[OLD VERSION!] Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, ...

Machine Learning (Part 3)

Notes on Computer Vision theory and NLP. Based on Goodfellow, Bengio “Deep Learning”, Stanford CS231n and RWTH Aachen University Machine Learning

Machine Learning (Part 2)

Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, “Deep Learning”.

Machine Learning (Part 1)

Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, “Deep Learning”.

Back to Top ↑

lecture_notes

Machine Learning (Part 4)

Notes on Computer Vision theory and NLP. Based on Goodfellow, Bengio “Deep Learning”, Stanford CS231n and RWTH Aachen University Machine Learning

Machine Learning (Part 2) [OLD VERSION]

[OLD VERSION!] Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, ...

Machine Learning (Part 3)

Notes on Computer Vision theory and NLP. Based on Goodfellow, Bengio “Deep Learning”, Stanford CS231n and RWTH Aachen University Machine Learning

Machine Learning (Part 2)

Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, “Deep Learning”.

Machine Learning (Part 1)

Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, “Deep Learning”.

Back to Top ↑

tesla

Back to Top ↑

self driving

Back to Top ↑

lecture

Back to Top ↑

msip

Back to Top ↑

python

Python Plots Cheatsheet

imshow() plt.imshow just finishes drawing a picture instead of printing it. If you want to print the picture, you just need to add plt.show.

Qt Cheatsheet

Install am besten mit offline installer (created with Qt Installer Framework); automatische installation via script, das installer automatisch “durchklic...

Python Cheatsheet

Installing multiple Python Versions source: sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install py...

Back to Top ↑

vim

Back to Top ↑

setup

RTX 3060 Setup

Install pytorch conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia (official von pytorch.org) Achtung: Skip cu...

Firefox Setup

Profiles Profile Directory about:support → “Profile Directory” → “Open Directory” Button History source Firefox stores your history and bookmarks togeth...

Back to Top ↑

summaries

Back to Top ↑

databases

Back to Top ↑

conda

Qt Cheatsheet

Install am besten mit offline installer (created with Qt Installer Framework); automatische installation via script, das installer automatisch “durchklic...

Python Cheatsheet

Installing multiple Python Versions source: sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install py...

Back to Top ↑

ros

ROS Cheatsheet

ROS Packages image_view Display the images of an image topic: rosrun image_view image_view image:=/sensor/camera1/image_raw opencv_apps Install sudo...

ROS2 Cheatsheet

Install ROS2 Über apt install installieren (wie hier beschrieben) Dann, wie in binary installation unter “Installing and initializing rosdep...

Back to Top ↑

cv

Machine Learning (Part 4)

Notes on Computer Vision theory and NLP. Based on Goodfellow, Bengio “Deep Learning”, Stanford CS231n and RWTH Aachen University Machine Learning

Back to Top ↑

computervision

Machine Learning (Part 3)

Notes on Computer Vision theory and NLP. Based on Goodfellow, Bengio “Deep Learning”, Stanford CS231n and RWTH Aachen University Machine Learning

Back to Top ↑

computer_vision

Notes on Computer Vision Coding

pickle use the following code to inspect and view .pickle or .p datasets import pickle import matplotlib.pyplot as plt with open('train.p', 'rb') as ...

Back to Top ↑

linux

Back to Top ↑

galaxis

Team Galaxis Notes

docker starten mit ./scripts/start_docker.sh mehrmals compilen mit ./compile.sh source /opt/ros/eloquent/setup.bash (check, ob alles stimmt: ros2 run ...

Back to Top ↑

vscode

Back to Top ↑

firefox

Firefox Setup

Profiles Profile Directory about:support → “Profile Directory” → “Open Directory” Button History source Firefox stores your history and bookmarks togeth...

Back to Top ↑

gpu

RTX 3060 Setup

Install pytorch conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia (official von pytorch.org) Achtung: Skip cu...

Back to Top ↑

hardware

RTX 3060 Setup

Install pytorch conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia (official von pytorch.org) Achtung: Skip cu...

Back to Top ↑

ubuntu

Ubuntu Cheatsheet

OS tty To switch ttys use ctrl + alt + F#, where # is the tty number you want to switch to. see Switching between ttys Ubuntu 17.10+ assign...

Back to Top ↑

docker

Docker Notes

Docker Hub Limits There’s now a rate limit for pulling images from Docker Hub (unauthenticated users: 100 pulls per 6 hours, logged in users with free a...

Back to Top ↑

git

Back to Top ↑

mac

Mac and iOS Cheatsheet

Wifi settings cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/ ./airport en1 prefs # set wifi connection behaviour (eg....

Back to Top ↑

iOS

Mac and iOS Cheatsheet

Wifi settings cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/ ./airport en1 prefs # set wifi connection behaviour (eg....

Back to Top ↑

bash

Bash Cheatsheet

References tldp.org gnu.org the same on devdocs.io: bash (“DevDocs combines multiple API documentations in a fast, organized, and searchable...

Back to Top ↑

doxygen

Doxygen Cheatsheet

General Experiences/Issues Markdown files are merged Note: This happened when I loaded an old Doxyfile in order to generate the documentation. After that I...

Back to Top ↑

ros2

ROS2 Cheatsheet

Install ROS2 Über apt install installieren (wie hier beschrieben) Dann, wie in binary installation unter “Installing and initializing rosdep...

Back to Top ↑

network

Back to Top ↑

pytorch

Back to Top ↑

bachelor_thesis

Back to Top ↑

build

Back to Top ↑

blockchain

Back to Top ↑

carla

Back to Top ↑

simulator

Back to Top ↑

self_driving

Back to Top ↑

tensorflow

Back to Top ↑

plotting

Python Plots Cheatsheet

imshow() plt.imshow just finishes drawing a picture instead of printing it. If you want to print the picture, you just need to add plt.show.

Back to Top ↑

cuda

Notes on CUDA and cuDNN

Currently installed CUDA 11.2 Update 2 cuDNN 8.1.1.33 Install install CUDA normally install cuDNN without sudo add-apt-repository "deb https://...

Back to Top ↑

cudnn

Notes on CUDA and cuDNN

Currently installed CUDA 11.2 Update 2 cuDNN 8.1.1.33 Install install CUDA normally install cuDNN without sudo add-apt-repository "deb https://...

Back to Top ↑

deepstream

Back to Top ↑

tao_toolkit

Back to Top ↑

ngc_cli

Back to Top ↑

agx

Notes on Jetson Xavier AGX

Jetpack check Jetpack version: sudo apt-cache show nvidia-jetpack Basics command description tegrastats -v ...

Back to Top ↑

opencv

Notes on Computer Vision Coding

pickle use the following code to inspect and view .pickle or .p datasets import pickle import matplotlib.pyplot as plt with open('train.p', 'rb') as ...

Back to Top ↑

cv2

Notes on Computer Vision Coding

pickle use the following code to inspect and view .pickle or .p datasets import pickle import matplotlib.pyplot as plt with open('train.p', 'rb') as ...

Back to Top ↑

tensorrt

Back to Top ↑

yolo

Back to Top ↑

data_science

Back to Top ↑

emsys

Back to Top ↑

wsl2

Back to Top ↑

datkom

DatKom Notes

For learning DatKom; content mostly from Kurose, Ross “Computer Networking”.

Back to Top ↑

os

Back to Top ↑

software_engineering

Back to Top ↑

android

Back to Top ↑

auto

Back to Top ↑

decltype

Back to Top ↑

classes

Back to Top ↑

container

Back to Top ↑

exceptions

Back to Top ↑

functions

Back to Top ↑

std

Back to Top ↑

library

Back to Top ↑

objects

Back to Top ↑

pointers

Back to Top ↑

smartpointers

Back to Top ↑

dynamicmemory

Back to Top ↑

polymorphism

Back to Top ↑

references

Back to Top ↑

templates

Back to Top ↑

unittest

Back to Top ↑

markdown

Back to Top ↑

ai

Back to Top ↑

algorithms

Back to Top ↑

youtube

Back to Top ↑

seminar

Back to Top ↑

github

Back to Top ↑

dvc

Back to Top ↑

js

Back to Top ↑

dotnet

Back to Top ↑

security

Back to Top ↑

css

Back to Top ↑

nextjs

Back to Top ↑

nodejs

Back to Top ↑

react

Back to Top ↑

google

Back to Top ↑

coding

Back to Top ↑

jupyter

Jupyter Cheatsheet

jupyter jupyterlab Dark Mode: Menubar “Settings” → “JupyterLab Theme” → “JupyterLab Dark” Shortcuts command description ...

Back to Top ↑

hpc

Back to Top ↑

tmux

Back to Top ↑

latex

Back to Top ↑

jekyll

Back to Top ↑

physics

Back to Top ↑

astronomy

Back to Top ↑

biology

Back to Top ↑

summary

Back to Top ↑

lua

Back to Top ↑

tools

Back to Top ↑