logo

Machine Learning for Civil Engineers

  • Machine Learning for Civil Engineers
  • Introduction
  • Overview
  • Prediction Engines
  • Classification Engines
  • Transferring Data Files
    • File Systems
    • Local Files
    • Files from the Web ( requests.get ... )
  • Supervised Learning
  • Unsupervised Learning
  • Reinforcement Learning
  • Exploratory Data Analysis
    • Common Data Types
    • Downloading Remote Data
    • Exploratory Analysis using Data Summaries
    • Exploratory Analysis using Visual Summaries
  • Probability Distributions
  • Optimization Modeling
    • Scheduling Example
    • Grid Search Methods
    • Gradient Descent Methods
  • Linear Regression
  • Non-Linear Regression
  • Logistic Regression
  • K Nearest Neigbor Classification
  • Decision Trees and Random Forests
  • Neural Networks
    • Deep Learners
    • Artifical Neural Network (Homebrew)
    • Artificial Neural Network using packages
    • Artifical Neural Network
  • Validation
Powered by Jupyter Book
Contents
  • References

Artificial Neural Network using packages¶

References¶

  1. How to create ANN with/without Keras

  2. Python AI: How to Build a Neural Network & Make Predictions

previous

Artifical Neural Network (Homebrew)

next

Artifical Neural Network

By Theodore G. Cleveland
© Copyright 2021.