Pinned Repositories
alphago_demo
This is the code for "How Does DeepMind's AlphaGo Zero Work?" Siraj Raval on Youtube
boost.simd
Portable SIMD computation library - To be proposed as a Boost library
cpp-simd
Quick way to use simd intrinsics in modern cpp
Halide
a language for fast, portable data-parallel computation
howdoi
instant coding answers via the command line
ImageGlass
A lightweight, versatile image viewer
ImageSharp
:camera: A cross-platform library for the processing of image files; written in C#
IntrinsicsSample
SIMD Intrinsics Samples for Image Processing
leela-zero
Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper.
MacTest
Test for mac computer
andre521's Repositories
andre521/alphago_demo
This is the code for "How Does DeepMind's AlphaGo Zero Work?" Siraj Raval on Youtube
andre521/boost.simd
Portable SIMD computation library - To be proposed as a Boost library
andre521/cpp-simd
Quick way to use simd intrinsics in modern cpp
andre521/Halide
a language for fast, portable data-parallel computation
andre521/howdoi
instant coding answers via the command line
andre521/ImageGlass
A lightweight, versatile image viewer
andre521/ImageSharp
:camera: A cross-platform library for the processing of image files; written in C#
andre521/IntrinsicsSample
SIMD Intrinsics Samples for Image Processing
andre521/leela-zero
Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper.
andre521/MacTest
Test for mac computer
andre521/opencvsharp
.NET Framework wrapper for OpenCV
andre521/Pillow
The friendly PIL fork (Python Imaging Library)
andre521/pndopt
Puzzle & Dragons optimizer
andre521/PyCNN
Image Processing with Cellular Neural Networks in Python
andre521/PySceneDetect
:movie_camera: A Python/OpenCV-based scene detection program, using threshold/content analysis on a given video.
andre521/python
python pratice
andre521/Python-100-Days
Python - 100天从新手到大师
andre521/requests
Python HTTP Requests for Humans™ ✨🍰✨
andre521/RocAlphaGo
An independent, student-led replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search" (Nature 529, 484-489, 28 Jan 2016), details of which can be found on their website https://deepmind.com/publications.html.
andre521/SIMD
Created in my Optimized C++ class. Code is a series of exercises demonstrating how to utilize SIMD and intrinsics to optimize code.
andre521/Simd-1
C++ image processing library with using of SIMD: SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX-512, VMX(Altivec) and VSX(Power7), NEON for ARM.
andre521/SIMD_TEST
andre521/SIMDforMatrix_Multiplication
SIMD intrinsics for C++ optimization. Game and engine programmers can use use SIMD library for developing low latency systems. It is so obvious to calculate T*R*S for every update to render, these multiplication order load takes so much head load on the compiler as each matrix is 4x4. Now we can speed up this this using SIMD intrinsics. This project shows how to implement these SIMD on matrices of different operations along with optimizing techniques of RVO's and implicit conversions.
andre521/ThreadPool
A fastest, exception-safety and pure C++14 thread pool
andre521/ToS_Bot
andre521/vid2vid
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
andre521/xsimd
Modern, portable C++ wrappers for SIMD intrinsics and parallelized, optimized math implementations
andre521/YTEC
Test