Skip to content
View R4ken's full-sized avatar

Organizations

@Kolo-Naukowe-Data-Science-PW @WUT-MiNI

Block or report R4ken

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
R4ken/README.md

Hi, I'm Kuba 👋

I'm 2nd year student pursuing Computer Science and Information Systems at Warsaw University of Technology.

Passionate about algorithmics and low level programming.

Interested in machine learning, mobile development, cloud and computer graphics.

🚀 Languages and Tools I Use

c cplusplus csharp python android kotlin tensorflow pytorch pandas seaborn scikit_learn opencv mssql oracle bash dotnet matlab blender linux git

🛠️Projects done by me

  • MiniTest
    • Lightweight unit test framework for C# written from scratch
  • MinImage
    • Interactive procedural concurrent image generator
    • Written in C# using a native library written in C++
  • RayTracing
    • Simple Ray tracer implementation in C#
    • Made with help of Ray Tracing in One Weekend by Peter Shirley
  • Micorgrad
    • A simple automatic differentiation engine using backpropagation over dynamically built DAG
    • Written in Python
    • Made with help of Andrej Karpathy's: spelled-out intro to neural networks and backpropagation
  • Monte Carlo e number estimation
    • Estimating base of natural logarithm using Monte Carlo method
    • Written in C using pthreads

Popular repositories Loading

  1. ML_intro_24-25 ML_intro_24-25 Public

    Forked from Kolo-Naukowe-Data-Science-PW/ML_intro_24-25

    Jupyter Notebook

  2. micrograd micrograd Public

    My implemetation of Andrej Karpathy's micrograd

  3. RayTracing RayTracing Public

    Ray tracer implementation in C#

    C#

  4. MiniTest MiniTest Public

    Lightweight unit test framework for C# written from scratch

    C#

  5. MinImage MinImage Public

    Interactive procedural concurrent image generator written in C# using a native library written in C++.

    C#

  6. Monte-Carlo-e-number-estimation Monte-Carlo-e-number-estimation Public

    Estimating base of natural logarithm using Monte Carlo method. Written in C using pthreads

    C