Skip to content
View Bezik1's full-sized avatar
🤍
Ready to work
🤍
Ready to work

Block or report Bezik1

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

👋 Hi, I'm Mateusz and also

💻 Machine Learning

Technologies

  • numpy
  • python
  • pytorch

Alghoritms

  • stochiastic gradient descent
  • BPTT
  • R2 regulation
  • backpropagation

Skills

  • Implementing deep neural network structure
  • Implementing recurent neural network structure
  • OOP
  • LLMs
  • Convulational Neural Networks
  • Transformers

👨‍💻 Frontend developer

Technologies

  • JavaScript
  • TypeScript
  • React
  • gsap
  • react-three/fiber (react + THREE.js)

💻 Backend developer

Technologies

  • Nest.js
  • MongoDB
  • MySQL
  • REST API

⚛️ WEB3 developer

Technologies

  • ethers.js
  • @usedapp

:electron: Electron developer

😎 React Native Developer

  interface NewDeveloper {
    devName: string
    experience: number
    active: boolean
  }
  
  interface Developer extends NewDeveloper {
    githubUrl: string
    salary: number
  }
  
  const devs: Developer[] = []
  const hireNewDev = ({ devName, experience, active } : NewDeveloper) =>{
    devs.push({
      devName,
      experience,
      status,
      active,
      salary: 3000,
      githubUrl: 'https://github.com/Bezik1'
    })
  }
  
  hireNewDev({
    devName: 'Mateusz',
    expierience: 0,
    active: true
})

Pinned Loading

  1. BEZIK BEZIK Public

    AI computer assistant

    Python

  2. BEZIK-App BEZIK-App Public

    Grahpic Engine for BEZIK model

    TypeScript

  3. Emotion-Recognition-App Emotion-Recognition-App Public

    Electron App for Image Emotion Recognition pytorch model

    TypeScript

  4. Paderewski-Konkurs Paderewski-Konkurs Public

    TypeScript

  5. PrawiMy PrawiMy Public

    Website designed to infrom users about "PrawiMy" - zwzt project. App using react, typescript, gsap react-three/drei

    TypeScript