Skip to content
View dyerrington's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.
  • Bluwhale AI
  • San Francisco, CA

Highlights

  • Pro

Block or report dyerrington

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

Hi there πŸ‘‹

Originally I am from Alaska and live in the San Francisco Bay area for almost 20 years. Former educator and NLP subject matter expert, teaching people how to work machine learning, Python, and langauge models.

When it comes to my data interests, my favorite topics include NLP and large language models, machine learning, Python, and data visualization. My ideal day consists of learning something new, building ideas from the ground up in a Jupyter Notebook, and sharing when I've learned with others.

Currently, I'm working on:

  • Regularly updated Jupyter notebooks for learning ML and Data Science
  • A GPT finetuned model that generates terrible insults
  • Cleaning up a Django project that hosts a topic model about the compendium of rap music
  • Fun experiments with ML and magenta.js
  • Building an app to help life-sciences people find weather anomalies



    My next big project that is close to being released is an open source library (non-commercial) of content for anyone looking to learn Python for data science.

🌐 Socials:

Instagram LinkedIn Medium QuoraYouTube

πŸ’» Tech Stack:

C++ LaTeX Markdown Octave Python R Scala Go JavaScript Google Cloud AWS Heroku Linode Azure Netlify DigitalOcean Firebase Vercel Anaconda Apache Spark Apache Kafka Astro Bootstrap Bulma Django nVIDIA Chart.js DjangoREST Electron.js Express.js FastAPI Flask Jinja jQuery JWT Next JS MUI OpenCV React React Router SASS Strapi Snowflake TailwindCSS Webpack Yarn Apache Airflow Gunicorn Nginx AmazonDynamoDB Firebase Neo4J MySQL MongoDB Postgres Redis SQLite Prisma Adobe Adobe After Effects Adobe Creative Cloud Adobe Photoshop Adobe Lightroom Canva Figma Keras Matplotlib mlflow NumPy Pandas Plotly PyTorch scikit-learn Scipy TensorFlow GitHub Actions GitHub CircleCI Bitwarden Grafana Gradle Docker Kubernetes Meta Notion Swagger TOR Twilio Trello Itch.io Unity Steam

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

πŸ” Top Contributed Repo


Pinned Loading

  1. odscwest-dv-python odscwest-dv-python Public

    Jupyter Notebook 5 7

  2. kskk02/DataForDiploma kskk02/DataForDiploma Public

    Analysis and Web App for Data for Diploma Challenge

    HTML 1

  3. LDAExplorer LDAExplorer Public

    Python 4 1

  4. Plotting multiple figures with seabo... Plotting multiple figures with seaborn and matplotlib using subplots.
    1
    ##
    2
    # Create a figure space matrix consisting of 3 columns and 2 rows
    3
    #
    4
    # Here is a useful template to use for working with subplots.
    5
    #
  5. Ordinary least squares implemented w... Ordinary least squares implemented with numpy.
    1
    import numpy as np
    2
    import sys
    3
    
                  
    4
    # lines = input.split("\n")
    5
    lines = sys.stdin.readlines()
  6. LLM-OSS/Ragtastic LLM-OSS/Ragtastic Public

    Easily prototype and scale Retrieval-augmented generation apps with Ragtastic. Our intuitive UI simplifies managing vector databases and large language model integration, making advanced AI more ac…

    JavaScript