Coder Social home page Coder Social logo

ianburke1 / tensorflow Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 64 KB

Solutions to TensorFlow problem sheet for 4th year module Emerging Technologies

License: MIT License

Jupyter Notebook 100.00%
tensorflow python iris-dataset jupyter-notebook keras keras-neural-networks machine-learning

tensorflow's Introduction

Problem Sheet 4: TensorFlow/Keras

Emerging Technologies - Lecturer: Dr Ian McLoughlin - 4th Year (Hons) Software Development

This repository contains solutions to problem sheet 4 for Emerging Technologies 4th year module. The problem sheet revolves around implementing the famous Iris flower data set using TensorFlow and Keras

Objective

The main objective of this problem sheet is to use Tensorflow/Keras to create a model to predict the species of Iris from a flower’s sepal width, sepal length, petal width, and petal length.

Solution can be found above in TensorFlow_IrisDataSet.ipynb

Technologies Used:

Python

PyPI

The main programming language used in this problem sheet is Python

Jupyter

Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more. It used to be called IPython Notebook but has been renamed and moved to the Jupyter project.

Numpy

NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays. It is the fundamental package for scientific computing with Python.

TensorFlow is a Python open source library for fast numerical computing created and released by Google. It is used for machine learning applications such as neural networks. It allows users to express arbitary computation as a graph of data flows. Nodes in this graph represent mathematical operations and the edges represent data that is communicated from one node to another. Data in TensorFlow are represented as tensors which are multidimensional arrays.

Keras is as high level neural network API running on top of TensorFlow. Designed to enable fast and easy experimentation with deep neural networks. Keras is more minimal than TensorFlow as it runs seamlessly on CPU and GPU. It allows for fast prototyping due to its user friendliness.

tensorflow's People

Contributors

ianburke1 avatar

Watchers

James Cloos avatar  avatar

tensorflow's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.