neural_network.py
# Neural Network Animation
import numpy as np
import matplotlib.pyplot as plt

def init_portfolio():
  developer = {
    name: "Alperen Avcı",
    skills: ["AI", "Data Science", "Image Processing"],
    passion: "Building the future"
  }
  return developer

# Executing...