Pinned Repositories
ACEhamiltonians.jl
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
DataFrames
Welcome to DataFrames.jl with Bogumił Kamiński
DataScience
Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
get-started-with-JAX
The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well as the content I found useful while learning about the JAX ecosystem.
Gradient-descent-optimizer-variations
This repository contains implementation of stochastic gradient descent, SGD with momentum, Adagrad, RMSprop, Adam, Adamax optimizer from scratch using Python language.
homemade-machine-learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
JuliaCourseNotebooks
Jupyter notebooks for the Julia Scientific Programming course on Coursera
YouTubeVideoCode
Code related to my YouTube vids!
TimeTraveller-1's Repositories
TimeTraveller-1/YouTubeVideoCode
Code related to my YouTube vids!
TimeTraveller-1/ACEhamiltonians.jl
TimeTraveller-1/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
TimeTraveller-1/DataFrames
Welcome to DataFrames.jl with Bogumił Kamiński
TimeTraveller-1/DataScience
Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
TimeTraveller-1/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
TimeTraveller-1/get-started-with-JAX
The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well as the content I found useful while learning about the JAX ecosystem.
TimeTraveller-1/Gradient-descent-optimizer-variations
This repository contains implementation of stochastic gradient descent, SGD with momentum, Adagrad, RMSprop, Adam, Adamax optimizer from scratch using Python language.
TimeTraveller-1/homemade-machine-learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
TimeTraveller-1/JuliaCourseNotebooks
Jupyter notebooks for the Julia Scientific Programming course on Coursera
TimeTraveller-1/KMeans-GMM-HMM
HMM based on KMeans and GMM
TimeTraveller-1/Python-for-healthcare-statistics-Coursera
Files and Colab notebooks for my course on Python for healthcare statistics.
TimeTraveller-1/pytorch-GANs
My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.
TimeTraveller-1/pytorch-learn-reinforcement-learning
A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for learning about RL. How to visualize, debug and solve RL problems. I've additionally included playground.py for learning more about OpenAI gym, etc.
TimeTraveller-1/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.
TimeTraveller-1/pytorch-original-transformer
My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.
TimeTraveller-1/qml-mooc
Lecture notebooks and coding assignments for the quantum machine learning MOOC created by Peter Wittek on EdX in the Spring 2019
TimeTraveller-1/stable_diffusion_playground
Playing around with stable diffusion. Generated images are reproducible because I save the metadata and latent information. You can generate and then later interpolate between the images of your choice.
TimeTraveller-1/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.