Skip to content
View Eddie-Carrizales's full-sized avatar
💫
💫

Highlights

  • Pro

Block or report Eddie-Carrizales

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

Hi My name is Eddie Carrizales

MS CS Student at UT Dallas 👨‍💻

  • 🌍 I'm based in Dallas, Texas
  • ✉️ You can contact me on LinkedIn LinkedIn

These are my skills and a compiled list of some of my projects:

Skills

Python Swift C# C++ Java MySQL rlang

iOS Applications (Swift)

  • SensorPush iOS App Link

  • Tipper iOS App Link

  • xCloud: A Cloud Storage App with Content
    Classification (Link)

  • Real-Time Vehicle Valuation App (Currently Private)

  • Theater iOS App Link

  • Amalger iOS App Link

  • Aperture iOS App Link

Machine Learning (Python)

  • Neural Network From Scratch Link

  • Neural Network Activation Functions Link

  • Recurrent Neural Network from Scratch Link

  • Car MPG Predictions Link

  • K-means Clustering for Tweet Analysis Link

  • Wine Quality ML Predictions Link

Statistical Methods (Python & R)

  • Monte Carlo Methods Link

  • Population Parameters, Statistics, and Graphical Statistics Link

  • Statistical Inferences and Hypothesis Testing Link

  • Bayesian Inference and Hypothesis, Bootstrap, and Statistical tests Link

  • Linear and Multivariate Regression, and Univariate ANOVA Link

Big Data (PySpark & MapReduce)

  • Search Engine for Movies Summaries Using TF-IDF Link

  • Real-Time Data Streaming and Visualization
    from Reddit Link

  • Friend Recommendations Using Mutual Friends Link

  • Naive Bayes Classifier Using Spark MapReduce Link

  • Social Network Analytics Using GraphX/GraphFrame Link

  • Word Count of Named Entities in Text Link

  • Recurrent Neural Network from Scratch Using
    MapReduce Link

Unity 3D (C#)

  • HomeMark: VR Multiplayer Movie Theater Link

  • Mid-Air VR Piano Using Meta Quest (Currently Private)

  • Travel, Manipulation, and System Control in VR Link

Java

  • Centralized MathSync Server Link

  • Threads and Semaphores DMV Simulation Link

  • Mini Java Projects Link

C++

  • Mini Cpp Projects Link

SQL

  • My SQL Projects Link

Pinned Loading

  1. SensorPush-iOS-App SensorPush-iOS-App Public

    This is an iOS application that uses the Bluetooth Protocol to connect to the SensorPush HTP.xw Temperature/Humidity/Barometric Pressure Smart Sensor to read the data that the sensor is obtaining.

    Swift

  2. Neural-Network-Activation-Functions Neural-Network-Activation-Functions Public

    This project consists of implementing combinations of hyperparameters on a Neural Network to determine what activation function (Logistic, ReLu, or Tanh) and what hyperparameters with each of those…

    Jupyter Notebook

  3. Real-Time-Data-Streaming-and-Visualization-from-Reddit Real-Time-Data-Streaming-and-Visualization-from-Reddit Public

    A Spark Streaming application that will continuously read text data from Reddit, analyze the data for named entities, and send their counts to Apache Kafka. A pipeline using Elasticsearch and Kiban…

    Python

  4. Neural-Network-From-Scratch Neural-Network-From-Scratch Public

    Python script that demonstrates how to build a neural network from scratch and predicts medical insurance cost using the provided dataset.

    Jupyter Notebook

  5. Naive-Bayes-Classifier-Using-Spark-MapReduce Naive-Bayes-Classifier-Using-Spark-MapReduce Public

    Implementing the Naive Bayes classifier algorithm using MapReduce from scratch.

    Jupyter Notebook

  6. Centralized-MathSync-Server Centralized-MathSync-Server Public

    This application consists of a centralized Math server and two or more clients (the screenshots and log file demonstrate 3 clients). The server provides basic math calculation services to the clien…

    Java