Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugeneyan/applyingml
๐ Papers, guides, and mentor interviews on applying machine learning for ApplyingML.comโthe ghost knowledge of machine learning.
https://github.com/eugeneyan/applyingml
applied-machine-learning gatsby machine-learning
Last synced: about 14 hours ago
JSON representation
๐ Papers, guides, and mentor interviews on applying machine learning for ApplyingML.comโthe ghost knowledge of machine learning.
- Host: GitHub
- URL: https://github.com/eugeneyan/applyingml
- Owner: eugeneyan
- License: other
- Created: 2021-05-10T17:01:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T01:31:50.000Z (8 months ago)
- Last Synced: 2025-01-30T03:08:46.538Z (8 days ago)
- Topics: applied-machine-learning, gatsby, machine-learning
- Language: MDX
- Homepage: https://applyingml.com
- Size: 22.7 MB
- Stars: 197
- Watchers: 11
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ applyingml
Repository for [applyingml.com](https://applyingml.com) containing [papers](https://applyingml.com/papers/), [resources](https://applyingml.com/resources/), and [mentor interviews](https://applyingml.com/mentors/) on how to apply machine learning.
Have questions? Reach out to [@eugeneyan](https://twitter.com/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](https://github.com/eugeneyan/applyingml/blob/main/src/markdown/interviews/template.mdx).
- Rename it to your `.mdx`.
- Fill in your responses.
- Make a [pull request](https://github.com/eugeneyan/applyingml/pulls) with your `mdx`.### Suggestions and fixes
- Make a [pull request](https://github.com/eugeneyan/applyingml/pulls) with your proposed changes.
## Other details
- Bootstrapped with Gatsby's [`hello-world starter`](https://github.com/gatsbyjs/gatsby-starter-hello-world)
- Built and deployed on push to `main` via [Gatsby Publish](https://github.com/marketplace/actions/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!