Code Monkey home page Code Monkey logo

Tomasz Palczewski's Projects

python_xkcd icon python_xkcd

XKCD style in matplotlib, funny style sketch like plots + different font

pytorch-pretrained-bert icon pytorch-pretrained-bert

πŸ“–The Big-&-Extending-Repository-of-Transformers: Pretrained PyTorch models for Google's BERT, OpenAI GPT & GPT-2, Google/CMU Transformer-XL.

reinforcement-learning icon reinforcement-learning

Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning

rlb-dp icon rlb-dp

Real-Time Bidding by Reinforcement Learning in Display Advertising

rtb-papers icon rtb-papers

A collection of research and survey papers of real-time bidding (RTB) based display advertising techniques.

set-egpu icon set-egpu

Display-agnostic acceleration of macOS applications using external GPUs.

source.ml.deprecated icon source.ml.deprecated

Source code for companion fluxcapacitor/pipeline project. Stitched together by Kubernetes gitRepo Persistent Volume

sql-example1 icon sql-example1

sql example 1 - This is a basic example that shows how to use mysql.connector to connect to your database and create a table. In this example we create a table named "person" with two columns: Name and Last Name. The Name is chosen to be char (strange assumption just for this example) so a fixed-length string and Last Name is chose to be varchar so a variable-length string.

sql-example2 icon sql-example2

This example shows basic Query Clauses. here are several clauses (components) that make up the SELECT statement. Only one is mandatory - SELECT but of course you will usually use a few to access information you wanted Query clauses: SELECT - which column to include FROM - which table and how the tables should be joined WHERE - filters unwanted data GROUP BY - group rows together by common column values HAVING - filters unwanted groups ORDER BY - sorts

sql-example3 icon sql-example3

sql example 3 - Why HAVING? A HAVING clause in SQL specifies that an SQL SELECT statement should only return rows where aggregate values meet the specified conditions. It was added to the SQL language because the WHERE keyword could not be used with aggregate functions.

srflow icon srflow

Official SRFlow training code: Super-Resolution using Normalizing Flow in PyTorch

tensorpack icon tensorpack

A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility

vde icon vde

Variational Autoencoder for Dimensionality Reduction of Time-Series

vibe icon vibe

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"

zeroshot_cvae icon zeroshot_cvae

Code for A Generative Approach to Zero-Shot learning Using Conditonal Variational Autoencoders

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.