Pinned Repositories
algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
aomav1analyzer
AV1 Analyzer
Awesome-LLM
Awesome-LLM: a curated list of Large Language Model
cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
Get_Better_at_CP_in_2_Months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
handson-ml3
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
HM-OpenCL
HEVC Test Model With OpenCL Motion Estimation
interview-prep-cpp
My solutions to coding interview problems on Leetcode, Algoexpert, Codewars and other interview preparation websites
Tensorflow-Programs-and-Tutorials
Implementations of CNNs, RNNs, GANs, etc
phoenixstar7's Repositories
phoenixstar7/Awesome-LLM
Awesome-LLM: a curated list of Large Language Model
phoenixstar7/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
phoenixstar7/handson-ml3
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
phoenixstar7/Algorithms-2
A collection of algorithms and data structures
phoenixstar7/applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
phoenixstar7/asm-lessons
FFMPEG Assembly Language Lessons
phoenixstar7/av1-avif
AV1 Image File Format Specification - ISO-BMFF/HEIF derivative
phoenixstar7/bare-metal-programming-guide
A bare metal programming guide (ARM microcontrollers)
phoenixstar7/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
phoenixstar7/coursera-deep-learning-specialization
Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
phoenixstar7/cpp_software_design
Code Examples from "C++ Software Design: Design Principles and Patterns for High-Quality Software" (ISBN: 1098113160)
phoenixstar7/deep-learning-specialization
Contains Solutions to Deep Learning Specailization - Coursera
phoenixstar7/dmls-book
Summaries and resources for Designing Machine Learning Systems book (Chip Huyen, O'Reilly 2022)
phoenixstar7/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
phoenixstar7/encore
Transcode media files in an epic manner
phoenixstar7/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
phoenixstar7/examples-1
Learn to create a desktop app with Python and Qt
phoenixstar7/fastbook
The fastai book, published as Jupyter Notebooks
phoenixstar7/ImplementingUsefulAlgorithms
Code from Implementing Useful Algorithms in C++ by Dmytro Kedyk
phoenixstar7/LeetCode-3
My C++ Code for LeetCode OJ
phoenixstar7/libavif
libavif - Library for encoding and decoding .avif files
phoenixstar7/llm.c
LLM training in simple, raw C/CUDA
phoenixstar7/modern-cpp-features
A cheatsheet of modern C++ language and library features.
phoenixstar7/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
phoenixstar7/Production-Level-Deep-Learning
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
phoenixstar7/pytorch-deep-learning
Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
phoenixstar7/ros_motion_planning
Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
phoenixstar7/Simd
C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
phoenixstar7/theEmbeddedNewTestament.github.io
phoenixstar7/vct
Video coding tutorial, a collection of Jupyter notebooks on the fundamentals of image and video coding