Skip to content
View rparkr's full-sized avatar

Block or report rparkr

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

Background photo with logos of Machine Learning and analytics software

Hi, I'm Ryan!


I'm a machine learning developer. I enjoy everything about the field of artificial intelligence: experimenting, developing and tuning models, tinkering with the latest software, learning from ML research, testing new ideas, and experiencing the "magic" of what can be accomplished with linear algebra, backpropagation, and lots of training data.

If you're new here, check out my ml-projects repo, which is my incubation space for ideas and projects. Most of my projects have detailed explanations of algorithms and mathematical operations and are structured to be easy to follow to encourage learning.

Some examples of what I've worked on:

ML from scratch
Machine learning algorithms implemented in NumPy
Neural network (for regression or classification)
KMeans clustering
Logistic regression
and more...

Natual language processing (NLP)
Topic modeling on 50 years of magazine issues
- Using Non-Negative Matrix Factorization, Latent Dirichlet Allocation, and doc-topic Cosine Similarity
Extractive text summarization
- And application to Wikipedia articles
Feature engineering with regex pattern matching
- To analyze groups within a corpus
Dictionary key search
- With fuzzy matching, to find keys in a nested JSON or dictionary object
and more...

Deep learning in PyTorch
Full-page handwritten text recognition
- Implementation of a research paper; uses a combination of a ResNet encoder and a Transformer decoder to capture text from a full page of my handwritten journal
- 1D and 2D positional encoding; dataset and dataloader prep (e.g., torch.transform image transformations); gradient accumulation for memory-constrained GPUs; synthetic data generation; data augmentation; input sequence masking; training and validation
Class projects from an upper-level university computer science course
- image style transfer; fine-tuning a ResNet classifier; training GANs; building language models using the Transformer and RNN architectures; using a U-Net for image segmentation; reinforcement learning (Deep Q and PPO networks)

Others
Vehicle specs analysis with dominant color labeling
Sentiment analysis
Part-of-speech tagging
Web scraping and APIs
Data cleaning
Object-oriented programming
Hyperparameter tuning
Feature selection
Model performance comparison and model selection
UI for interactive exploration
ML pipelines
Animated visualization
and more...

Pinned Loading

  1. ml-projects ml-projects Public

    An assortment of my projects in machine learning, including ML algorithms implemented from scratch, NLP, and computer vision

    Jupyter Notebook 1 1

  2. baby-names baby-names Public

    Streamlit app for analyzing trends in baby name popularity over time in the US, both nationwide and at the state level.

    Jupyter Notebook

  3. magazine-analysis magazine-analysis Public

    Analyzing 50 years of magazine issues to explore trends in topics over time.

    Jupyter Notebook