Skip to content

CCNY ACM Introduction to Machine Learning Workshop (Slides and Sample Code)

Notifications You must be signed in to change notification settings

PooneetThaper/CCNY-ACM-ML-Workshop

Repository files navigation

CCNY ACM Intro to Machine Learning Workshop

Overview

This repository contains sample code for the Intro to Machine Learning Workshop on Thursday, March 1st. Here you will find an implementation of a neural network from scratch as well as an implementation written using the TensorFlow machine learning framework. Both of the above code samples attempt to learn the functional mapping from all combinations of two boolean values to their resulting AND, OR, and XOR outputs using simple feed-forward neural networks.

Usage

Python Only Implementation

$ python learning_logic_functions.py

TensorFlow Implementation

$ python learning_logic_functions_tf.py

Requirements

  • Numpy
  • TensorFlow

About

CCNY ACM Introduction to Machine Learning Workshop (Slides and Sample Code)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages