Dive into Deep Learning Study Notes
Introduction Four Main Categories Analyze pass data, predict future outcome - speech recognition Read the questions in text and answer them based on knowledge trained - NLP Identify animals...
Introduction Four Main Categories Analyze pass data, predict future outcome - speech recognition Read the questions in text and answer them based on knowledge trained - NLP Identify animals...
Pandas Usage #pandas Generating Dataframe from CSV import pandas as pd import numpy as np import matplotlib.pyplot as plt # For data visualization df = pd.read_csv('bear.csv') df.head() Process...
Intel VT-x operations Detect VMX Support #virtualmachineextension #vmx //23.6 DISCOVERING SUPPORT FOR VMX bool DetectVmxSupport() { bool VMX = false; __asm { XOR EAX, EAX INC E...
The Credit Goes To A Practical Tutorial on PCIe for Total Beginners on Windows (Part 1) PCIe Study Notes ACPI x64-based PC PCIe bus is not the initial layout of the system presented by firmware...
C/C++ Rule Of Three template<typename Function> inline auto LazyLoad(HMODULE library, const std::string& procName) { return (library) ? reinterpret_cast<Function*>(GetProcAddr...
Enable Logging php /etc/php5/apache2/php.ini : dispaly_errors: On run systemctl restart apache2 Mysql uncomment general_log in /etc/mysql/my.cnf ...
Notes Spin Locks Spin lock are used to lock shared data to make sure there’s only one thread executed by one processor to access it. Dispatcher objects are provided by the kerne...
Symchk C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symchk.exe /s srv*c:\SYMBOLS*https://msdl.microsoft.com/download/symbols C:\Windows\System32\*.dll Windbg to Pwndbg Thanks to the Pwn...