Skip to content
View ayush-1506's full-sized avatar
🎧
Learning
🎧
Learning

Highlights

  • Pro

Organizations

@openmainframeproject @FluxML @KnetML @purduecyan
Block or Report

Block or report ayush-1506

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ayush-1506/README.md

Hi there 👋

Head over to ayush-1506.github.io to know more. I usually go by the usernames ayushridhar and ayush-1506 on the internet.

To get in touch, please drop me an email at [first_name].[last_name]1506@gmail.com.

Keybase: https://keybase.io/ayushridhar

Pinned

  1. mozilla/bugbug mozilla/bugbug Public

    Platform for Machine Learning projects on Software Engineering

    Python 488 308

  2. FluxML/Flux.jl FluxML/Flux.jl Public

    Relax! Flux is the ML library that doesn't make you tensor

    Julia 4.4k 595

  3. FluxML/ONNX.jl FluxML/ONNX.jl Public

    Read ONNX graphs in Julia

    Julia 137 25

  4. google/jax google/jax Public

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

    Python 28.3k 2.6k

  5. JuliaAI/MLJ.jl JuliaAI/MLJ.jl Public

    A Julia machine learning framework

    Julia 1.7k 156

  6. terange is like python's internal ra... terange is like python's internal range, but each increment happens ten times (hence _terange_). For instance terange(0,100,1) = range(0,100,10). Build instructions: clone cpython, mkdir build, apply this patch, run ./configure --prefix=build --exec_prefix=build, make && make install. Python binary is generated in build/bin/python3.
    1
    diff --git a/Include/rangeobject.h b/Include/rangeobject.h
    2
    index d6af847..c2b3c4a 100644
    3
    --- a/Include/rangeobject.h
    4
    +++ b/Include/rangeobject.h
    5
    @@ -21,6 +21,17 @@ PyAPI_DATA(PyTypeObject) PyLongRangeIter_Type;