Skip to content
View zachary-chiodini's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report zachary-chiodini

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

Hi there ๐Ÿ‘‹

Pinned Loading

  1. Search-Algorithms-and-Simple-Robot-Navigation Search-Algorithms-and-Simple-Robot-Navigation Public

    The purpose of this repo is to study and gain an understanding of some of the most common search algorithms in AI.

    Python

  2. Geodesic-Sphere-Generator Geodesic-Sphere-Generator Public

    This python script generates a geodesic sphere of radius 1 and frequency f. Increase the frequency to increase the number of triangles on the sphere.

    Python 3

  3. Multi-Layered-Feedfoward-Neural-Network Multi-Layered-Feedfoward-Neural-Network Public

    This is a multi-layred, feedforward neural network written from scratch in Python.

    Jupyter Notebook

  4. Decision-Tree-Learning-Classification Decision-Tree-Learning-Classification Public

    This is a naive C4.5 algorithm used for classification of data written in Python.

    Python

  5. Unit-Perceptron-Classification Unit-Perceptron-Classification Public

    This is a perceptron unit with training algorithm for the classification of linearly separable data written in C++.

    C++

  6. Unit-Perceptron-Regression Unit-Perceptron-Regression Public

    This is a perceptron unit with training algorithm for mutiple linear regression analysis of data written in Python

    Python