Skip to content
View laduran's full-sized avatar
:shipit:
🐣
:shipit:
🐣

Highlights

  • Pro
Block or Report

Block or report laduran

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
laduran/README.md

Hi there 👋

  • 🔭 I’m currently on a career break (Sept 2023) During this break I am doing part-time consulting.

    • I am also taking Machine Learning courses from the Univerity of Washington and taking Machine Learning courses from Coursera.org
    • Before my career break I was working for Intel doing client platform simulation using Simics
    • Before Intel I was working at PacificStar Communications (a division of Curtiss-Wright) on IQ-Core
    • Before PacStar I worked at Banfield and learned a lot about distributed systems, SQL, Angular, and Microsoft Azure
    • And before that I worked at Intel
    • I studied Computer Science in a MS program at University of California Santa Cruz
    • And I did Bachelor's degree also at UCSC in Applied Mathematics.
    • At UCSC, I did a lot of C programming using the book Numerical Recipes in C (PS: I lost my copy of that book ages ago and if anyone wanted to gift me a copy of it, I'd be most grateful!)
  • ⚡ Fun facts:

    • I like to play classical/flamenco guitar
    • I have a son who is heading to college in 4 months
    • I was born on an 🏝️
    • But grew up in Colorado and California
  • 👯 I’m looking to collaborate on:

    • Anything Machine Learning related
    • MAANG interviewing techniques (you know what I mean)

Pinned Loading

  1. makemore_lad makemore_lad Public

    Forked from karpathy/makemore

    An autoregressive character-level language model for making more things (copied from Andrej Karpathy)

    Jupyter Notebook

  2. MLfromscratch MLfromscratch Public

    Python 1 1

  3. NNFS NNFS Public

    Neural Networks From Scratch Learning

    Python

  4. AzUrlShortener AzUrlShortener Public

    Forked from microsoft/AzUrlShortener

    An simple and easy Url Shortener

    C#

  5. DeepLearningPython3 DeepLearningPython3 Public

    Some mods to DeepLearningPython by Micheal Nielson

    Python

  6. A node.js add-in function in C++. Sh... A node.js add-in function in C++. Shows how to return an array of strings with the V8 API
    1
    /// This function takes an input string and returns a number of suggested words found in the Spellex
    2
    /// lexicon files. The return value is an Array of string.
    3
    /// Exceptions: Wrong number of arguments
    4
    ///             The Initialize was not called before calling this
    5
    void GetCorrectionsForMisspelling(const FunctionCallbackInfo<Value>& args) {