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

Highlights

  • Pro

Block or report Lucas-Liona

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Lucas-Liona/README.md

Hi there 👋

About Me

  • 🎓 I'm a student passionate about the intersection of technology and mathematics
  • 💻 Web developer with a focus on React and TypeScript
  • 🤖 Machine learning and data science enthusiast
  • 📊 Mathematics lover exploring computational applications

Tech Stack

C++ Python TypeScript React JavaScript HTML5 CSS3 TensorFlow PyTorch Pandas NumPy

Current Learning Journey

  • 🧠 Exploring deep learning architectures
  • 🌐 Building full-stack web applications
  • 📈 Working with data visualization libraries
  • 🔍 Investigating mathematical models for ML applications

// Code is poetry written in logic
#include <iostream>
#include <vector>
#include <algorithm>

int main() {
    std::vector<std::string> skills = {"Grind", "Hustle", "Mindset"};
    std::for_each(skills.begin(), skills.end(), [](const std::string& skill) {
        std::cout << "Constantly improving my " << skill << "\n";
    });
    return 0;
}

Pinned Loading

  1. MolecularToxicityGCN MolecularToxicityGCN Public template

    Forked from github/codespaces-jupyter

    Open this in a CodeSpace to use it! Implements a Graph Convolution Network (GCN) to predict the toxicity of molecules in the Tox21 Dataset.

    Jupyter Notebook 2

  2. Heat-Model Heat-Model Public

    A C++/Python Scientific Computing Project! Simulation that models the PDE for heat diffusion numerically. Pybind, Docker, and a plotly dashboard for visualization, user interaction, and time control.

    Python 1

  3. moc-ai moc-ai Public

    Applied AI portfolio: deep learning, computer vision, and traditional ML projects

  4. obsidian-pulsar-graph obsidian-pulsar-graph Public

    Temporal visualization for your knowledge graph

    TypeScript 1

  5. Crafterzilla/Secure_Texting Crafterzilla/Secure_Texting Public

    Python 1

  6. ACMReactWorkshop ACMReactWorkshop Public

    This is a project to demonstrate React/TypeScript fundamentals via a simple portfolio page. The website is hosted freely with Github Pages!

    TypeScript 1