-
jankrepl.github.io Public
Forked from mmistakes/minimal-mistakesPersonal website
HTML Other UpdatedDec 8, 2024 -
deepdow Public
Portfolio optimization with deep learning.
-
mildlyoverfitted Public
Paper implementations from scratch and machine learning tutorials
-
mltype Public
Command line tool for improving typing skills (programmers friendly)
-
langchain Public
Forked from langchain-ai/langchain⚡ Building applications with LLMs through composability ⚡
Python MIT License UpdatedApr 9, 2023 -
pychubby Public
Automated face warping tool.
-
-
Atlas-Download-Tools Public
Forked from BlueBrain/Atlas-Download-ToolsSearch, download, and prepare brain atlas data.
-
dvc Public
Forked from iterative/dvc🦉Data Version Control | Git for Data & Models
-
spaCy Public
Forked from explosion/spaCy💫 Industrial-strength Natural Language Processing (NLP) in Python
Python MIT License UpdatedMar 9, 2021 -
DevYouTubeList Public
Forked from ErikCH/DevYouTubeListList of Development YouTube Channels
-
Graph_Colouring Public
Colouring a graph with 3 colours - Evolutionary/genetic algorithm to generate a solution
-
pytorch Public
Forked from pytorch/pytorchTensors and Dynamic neural networks in Python with strong GPU acceleration
C++ Other UpdatedFeb 2, 2021 -
-
pytorch_geometric Public
Forked from pyg-team/pytorch_geometricGeometric Deep Learning Extension Library for PyTorch
Python MIT License UpdatedDec 10, 2020 -
bump2version Public
Forked from c4urself/bump2versionVersion-bump your software with a single command
Python MIT License UpdatedNov 18, 2020 -
scibert Public
Forked from allenai/scibertA BERT model for scientific text.
Python Apache License 2.0 UpdatedOct 8, 2020 -
pytest Public
Forked from pytest-dev/pytestThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing
Python MIT License UpdatedJun 30, 2020 -
-
-
scikit-image Public
Forked from scikit-image/scikit-imageImage processing in Python
Python Other UpdatedDec 29, 2018 -
gameoflife Public
Minimal python implementation of Game of Life using PyGame for visualization
Python MIT License UpdatedNov 26, 2018 -
pyfolio Public
Forked from quantopian/pyfolioPortfolio and risk analytics in Python
-
keras Public
Forked from keras-team/kerasDeep Learning for humans
-
-
-
scikit-learn Public
Forked from scikit-learn/scikit-learnscikit-learn: machine learning in Python
Python Other UpdatedJun 15, 2018 -
GAN-1D-distribution-fitting Public
Fitting 1D distribution with Generative Adversarial Networks
Python UpdatedOct 13, 2017 -
CartPole-v1_DDQN Public
Solving the OpenAI gym environment CartPole-v1 with the DDQN algorithm
-
CartPole-v1_A2C Public
Advantage Action Critic (A2C) algorithm tested in the CartPole-v1 environment of OpenAI's gym