https://github.com/mcrd25/personal-projects
This repo contains links to all the repos and pull requests of projects and challenges that I work on
https://github.com/mcrd25/personal-projects
Last synced: 7 months ago
JSON representation
This repo contains links to all the repos and pull requests of projects and challenges that I work on
- Host: GitHub
- URL: https://github.com/mcrd25/personal-projects
- Owner: mcrd25
- Created: 2019-01-04T18:57:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T21:59:36.000Z (about 2 years ago)
- Last Synced: 2025-02-02T10:43:00.676Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal-Projects
This repo contains links to all the repos and pull requests of projects and challenges that I work on
## Data Science and Machine Learning
### Sports Analytics
[Pythagorean Expectation in Sports](https://github.com/mcrd25/pythagexp-sports)
### Machine Learning (General)
[Open AI / Image Generation Models and Scripts](https://github.com/mcrd25/python-image-gen)
[Twitter Recommendation Algorithm customizations](https://github.com/mcrd25/twit-algorithm)
### Neural Networks
[Chest X-Ray covid-19 detection guide Using CNNs (Convolutional Neural Networks)](https://github.com/mcrd25/CNN-for-C19-chestxray-detection)
### Genomics
### Finance/Economics
[Ramdomized evalutions in python (Economics)](https://github.com/mcrd25/randomized-evaluations)
[Economic Resources](https://github.com/mcrd25/Economic-Resources)
## Data Structures and Algorithms
### Graph Theroy
[Binary Search Tree](https://github.com/mcrd25/bst)
## Science
> Fundamental, science related projects.
### Simulations
[Computational Fluid Dynamics simulation through Centrifugal Pump](https://github.com/mcrd25/CFD-cpump)
## Front-End Engineering
[Front-End widgets that can be used as reference in projects Learning to Code](https://github.com/mcrd25/frontend-playground)
[Basic Vanilla HTML/JS/CSS Restaurant Website Template](https://github.com/mcrd25/basic-restaurant-page)
[Vanilla JS Weather App](https://github.com/mcrd25/weatherApp)
[REact Framework based Calculator](https://github.com/mcrd25/react-calculator)
[JavaScript Based Tic Tac Toe Game](https://github.com/mcrd25/tic-tac-toe-js)
[JavaScript based Arcade Tennis/Air hockey Game](https://github.com/mcrd25/tennis-game)
[Understanding Redux: Redux examples](https://github.com/mcrd25/redux-examples)
[JavaScript Based Battleship Game](https://github.com/mcrd25/battleship)
[Basic, custome built css framework](https://github.com/mcrd25/our-css-framework)
[Replica of unsplash.com site based on custom framework](https://github.com/mcrd25/unsplash-replica)
[Example of UI/UX heatmap using a version of Smashing Magazine as an example](https://github.com/mcrd25/smashing-heat-map)
## Back-End Engineering
[Back-end Playground](https://github.com/mcrd25/backend-playground)
[Food tracking API in RoR](https://github.com/mcrd25/food-tracking-api)
[Recreating enumerable methods in ruby based on how I think they work](https://github.com/mcrd25/enumerable-methods)
## Full-Stack Engineering
[RoR based Facebook Clone](https://github.com/mcrd25/facebook-clone)
## Scripts
[My gists that contain helper classes/methods/scripts (mostly python)](https://github.com/mcrd25/my_gists)
### Python
- [Simple BMI Calulator script](https://github.com/mcrd25/python_bmi_calculator)