📌 applyingml
Repository for applyingml.com containing papers, resources, and mentor interviews on how to apply machine learning.
Have questions? Reach out to @eugeneyan.
Quickstart
# Install Gatsby (https://www.gatsbyjs.com/get-started/)
npm init gatsby
# Clone this repository
git clone https://github.com/eugeneyan/applyingml.git
cd applyingml
# Develop on local (http://localhost:8000)
gatsby develop
Contributing
Mentor interviews
- Make a copy of the interview template.
- Rename it to your
<firstname-lastname>.mdx
. - Fill in your responses.
- Make a pull request with your
mdx
.
Suggestions and fixes
- Make a pull request with your proposed changes.
Other details
- Bootstrapped with Gatsby's
hello-world starter
- Built and deployed on push to
main
via Gatsby Publish
P.S. This is my first project with JavaScript and React. Suggestions for improvement, feedback on how I'm using JS/Gatsby/React wrong, and code reviews welcome!