Giter Site home page Giter Site logo

andre521's Projects

alphago_demo icon alphago_demo

This is the code for "How Does DeepMind's AlphaGo Zero Work?" Siraj Raval on Youtube

boost.simd icon boost.simd

Portable SIMD computation library - To be proposed as a Boost library

cpp-simd icon cpp-simd

Quick way to use simd intrinsics in modern cpp

halide icon halide

a language for fast, portable data-parallel computation

howdoi icon howdoi

instant coding answers via the command line

imagesharp icon imagesharp

:camera: A cross-platform library for the processing of image files; written in C#

leela-zero icon leela-zero

Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper.

pillow icon pillow

The friendly PIL fork (Python Imaging Library)

pycnn icon pycnn

Image Processing with Cellular Neural Networks in Python

pyscenedetect icon pyscenedetect

:movie_camera: A Python/OpenCV-based scene detection program, using threshold/content analysis on a given video.

requests icon requests

Python HTTP Requests for Humans™ ✨🍰✨

rocalphago icon 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.

simd icon simd

Created in my Optimized C++ class. Code is a series of exercises demonstrating how to utilize SIMD and intrinsics to optimize code.

simd-1 icon 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.

simdformatrix_multiplication icon 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.

threadpool icon threadpool

A fastest, exception-safety and pure C++14 thread pool

vid2vid icon vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.

xsimd icon xsimd

Modern, portable C++ wrappers for SIMD intrinsics and parallelized, optimized math implementations

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.