Skip to content
View acciochris's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report acciochris

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

Hi there 👋

I'm Chris, a high school student at Lynbrook High School.

Blog

Checkout my blog at https://acciochris.github.io/

My projects

  • Physics

    $$ \begin{align*} \nabla\cdot\mathbf{E} &= \frac{\rho}{\epsilon_0} \\ \nabla\times\mathbf{E} &= -\frac{\partial \mathbf{B}}{\partial t} \\ \nabla\cdot\mathbf{B} &= 0 \\ \nabla\times\mathbf{B} &= \mu_0\mathbf{J} + \mu_0\epsilon_0\frac{\partial \mathbf{E}}{\partial t} \end{align*} $$

  • Programming & Machine Learning

    def evaluate(name, y_test, y_pred):
        print(f"Result for {name}:")
        print(f"precision: {precision_score(y_test, y_pred)}")
        print(f"recall: {recall_score(y_test, y_pred)}")
        print(f"f1: {f1_score(y_test, y_pred)}")
        print(f"matthews: {matthews_corrcoef(y_test, y_pred)}")
        plt.close()
        confusion = ConfusionMatrixDisplay.from_predictions(y_test, y_pred)
        confusion.plot()

Pinned Loading

  1. Tetris Tetris Public

    A classic tetris game implemented in python with asyncio

    Python

  2. physics-notes physics-notes Public

    My personal physics notes

    Python 2

  3. cs10 cs10 Public

    CS10 at Foothill

    Assembly

  4. LExE LExE Public

    Lynbrook Excellence in Education website

    TypeScript

  5. machine-learning machine-learning Public

    Everything about my machine learning projects

    Jupyter Notebook

  6. nmn-dataset nmn-dataset Public

    Numbered musical notation dataset