This repository is storing the progress the 7 Gate Machine Learning Cohort students made through their program. The content is served as a webpage.
-
Fork the repo
-
Add an .md file for your profile under
_students, following the naming convention (lastname_firstname.md) -
Add the "front matter", i.e. the part that looks like below. Be sure it starts and ends exactly with the three hyphens
---, and that the rest is key value pairs with the appropriate syntax.--- name: Example Student resume: true ---Set the resume to
trueorfalsedepending on wether you want to have a resume shown or not. -
Add a subdirectory that has the same name as your .md file (i.e.
lastname_firstname). In that subdirectory, put your profile picture exactly asprofile.jpg(note the lower-case and the jpg extension). Try to keep the image size less than a MB. The photo must be square shaped (1:1 aspect ratio). -
If you have set
resume: trueput your resume in the same place asresume.pdf. -
Do a pull request to incorporate your bio into the site.
When you submit your homeworks to Synopsis, people who visit your profile can see them.
- Pull the latest changes.
- Inside your own folder, make a new folder named
homework1. For subsequent homeworks, name the folder accordinglyhomework2,homework3, ... - Inside the folder put an
index.pdf(orindex.htmlif the homework asks for it). This is the presentations of your homework, it can be an export of your python notebook for example. - Feel free to add any supplementary material such as the
.ipynbfile (must beindex.ipynb). Be mindful of the size of the files (no ML models or data etc.) - Submit a pull request.