Skip to content
View SemihAkkoc's full-sized avatar
☃️
Studying
☃️
Studying

Highlights

  • Pro
Block or Report

Block or report SemihAkkoc

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
SemihAkkoc/README.md
#include <curiosity>
  
struct Semih : public Human, public Student {
  
  const char * name = "Semih Akkoc";
  int lucky_number = 3;
  
  std::array<std::string, 3> uni_department_year { "Bilkent University", "EEE", "Junior" };
  
  const char * interests[5] = { "Machine Learning" , "Physics", "Mathematics", "Economics", "Snowboarding" };
  std::vector<std::string> current_courses { "EEE202", "EEE211", "MATH242", "PHYS212" };
  
  std::string email = "semihm.akkoc@gmail.com";
}

// inspired by @ulasdilek

Pinned

  1. LiFi LiFi Public

    The implementation of LiFi protocol on the BASYS3 Xilinx Artix-7 board using VHDL.

    VHDL 8 4

  2. file_transfer file_transfer Public

    This is the project I developed during my internship period.

    C++ 4

  3. machine_learning machine_learning Public

    my first steps in machine learning world

    Jupyter Notebook 6

  4. EEE102 EEE102 Public

    2022 Fall Bilkent EEE102

  5. CS115 CS115 Public

    2021 Fall Bilkent CS115

    Python 1

  6. Dot_AI Dot_AI Public

    this is a little environment that simulates natural selection and mutations

    Python 5 1