A neural network places its roots in attempting to imitate the functionality of the human brain. Hence witnissing something, recognising what it is, and executing the correct action when necessary. It's taking processes and certain ways of thinking that come very naturally to humans and training it on a computer. In this project we aim to create a simple feedforward neural network from scratch in Python.
뉴럴 네트워크는 인간의 뇌의 기능을 적극적으로 모방하려는 생각에 기초를 두고 있습니다. 즉 무언가를 보고, 그것이 무엇인가로 인식해, 필요에 따라 행동을 취하는것입니다. 인간에게 아주 간단하고 당연한 사고방식이나 과정을 컴퓨터에 학습시키려는 것입니다. 이번 프로젝트에선 파이썬으로 간단한 feedforward 뉴럴 네트워크를 처음부터 만드는것을 목표로 삼고있습니다.