Skip to content
View chaseabrown's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report chaseabrown

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

Welcome to my GitHub

I am a certified AWS Cloud Engineer looking to use my B.S. in Statistics to create reliable, secure, and insightful Machine Learning applications. If you want to get to know more about me, visit my personal website.

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Chase_Brown:

    def __init__(self):
        self.role = "Cloud Engineer"
        self.specialities = ["Machine Learning", "Deep Learning", "Data Analytics", "Automation"]
        self.degree = "B.S. in Statistics"
        self.minors = ["Mathematics", "Computer Science"]
        self.university = "Texas A&M University"
        self.human_languages = ["English (Fluent)", "Spanish (Conversational)"]
        self.coding_languages = ["Python", "R", "Java", "C++", "HTML/CSS", "JavaScript"]
                                
        
    def say_hi(self):
        print("Hey everyone! I hope you enjoy my profile. Please reach out if you have any questions.")

me = Chase_Brown()
me.say_hi()

Current Personal Project:

  • BASALT 2022 shows work using Reinforcement Learning (Deep Q Learning), Gym Environments, Internet Scale Knowledge, Data Exploration, Image Classification, Object Recognition, Computer Vision, Natural Language Processing, Semantic Segmentation, Custom Generators, TF-IDF, Deep Learning Depth Estimation, and Image Smoothing/Preprocessing.

Quick Breakdown of my Profile:

  • Tweet Sentiment Stocks shows work in Un-Clean Data, Data Analytics, Multi-Processing, Machine Learning, Databases, Sentiment Analysis, and Analytical Writing
  • Jupyter Notebooks shows work/practice in Deep Learning Models with results and other Data Science work. Also a good place to look for my ability to show off code/ideas.
  • Lambda Scripts shows work using AWS Lambda to create serverless backend solutions involving other popular AWS serverless applications such as API Gateway, Elastic Beanstalk, and DynamoDB
  • Minecraft Malmo Fun shows work in Image Processing and Data Visualization
  • Job Search shows work in APIs, Data Analytics, Web Scraping, and Data Visualization
  • PDF Scraper shows work in Web Scraping and its a good example of how I solve many of my day to day issues with scripts when possible
  • Light Or Dark shows work in Image Processing and Data Preprocessing

AWS Certified Cloud Practitioner AWS Certified Developer - Associate AWS Certified Solutions Architect - Associate AWS Certified Machine Learning Specialist

Pinned

  1. Tweet-Sentiment-Stocks Tweet-Sentiment-Stocks Public

    Capstone Project. All Python code shown was written by me. My group worked in R.

    Python 2 1

  2. BASALT2022 BASALT2022 Public

    BASALT2022 Competition Files

    Jupyter Notebook

  3. Minecraft-Malmo-Fun Minecraft-Malmo-Fun Public

    The point of this project was to learn. Not specific goal in mind, just reading research papers and playing around with the ideas.

    Python

  4. Jupyter-Notebooks Jupyter-Notebooks Public

    Collection of Jupiter Notebooks I have made. This could be anything from Code Alongs to Model Testing

    Jupyter Notebook

  5. Lambda-Scripts Lambda-Scripts Public

    Collection of Lambda Scripts from past projects that are no longer in operation

    Python

  6. Job-Research Job-Research Public

    In an attempt to get a better understanding of the available jobs, I turned it into a data science project

    Python