Sept. 28, 2023 News GHC groups A-F: Please submit
Author : karlyn-bohler | Published Date : 2025-06-23
Description: Sept 28 2023 News GHC groups AF Please submit your slidesdocuments in the respective MS Teams channel have the name of your group in the your filename of the uploaded file Task2 is due tomorrow end of the day A first draft of the
Presentation Embed Code
Download Presentation
Download
Presentation The PPT/PDF document
"Sept. 28, 2023 News GHC groups A-F: Please submit" is the property of its rightful owner.
Permission is granted to download and print the materials on this website for personal, non-commercial use only,
and to display it on your personal computer provided you do not modify the materials and that you retain all
copyright notices contained in the materials. By downloading content from our website, you accept the terms of
this agreement.
Transcript:Sept. 28, 2023 News GHC groups A-F: Please submit:
Sept. 28, 2023 News GHC groups A-F: Please submit your slides/documents in the respective MS Teams channel; have the name of your group in the your filename of the uploaded file. Task2 is due tomorrow, end of the day. A first draft of the group project specification should be available by Oct. 2 the latest on the course website. Tuesday, October 3, 11:30-12:45p: Midterm1 in SW 101 Today’s Topics Introduction to Neural Networks Topic List of Midterm1 Review for Midterm1 GHC presentations groups E and F More Review for Midterm1 COSC 3337 NN Lecture(s) Organization 1. Video Amplified Partners/3blueonebrown: What is a NN?: https://www.bing.com/videos/search?q=neural+network+video&view=detail&mid=54402D363ABB8903202F54402D363ABB8903202F&FORM=VIRE (4 million views; will only show the first 12:20 of this video, followed by a short discussion and then resume it at 14:23). 2. Followed by the slides in this Slideshow 3. Will watch another video for 10 minutes from the same group in the class on Oct. 10! Link to Video Producer Website: https://www.3blue1brown.com/ Neural Networks Lecture Notes for Chapter 4 Artificial Neural Networks Introduction to Data Mining , 2nd Edition by Tan, Steinbach, Karpatne, Kumar Slides 9,13-23 added by Dr. Eick Artificial Neural Networks (ANN) Output Y is 1 if at least two of the three inputs are equal to 1. Artificial Neural Networks (ANN) 1 -0.4 Artificial Neural Networks (ANN) Model is an assembly of inter-connected nodes and weighted links Output node sums up each of its input value according to the weights of its links Compare output node against some threshold t Perceptron Model Artificial Neural Networks (ANN) Various types of neural network topology single-layered network (perceptron) versus multi-layered network Feed-forward versus recurrent network Various types of activation functions (f) General Structure of ANN Training ANN means learning the weights of the neurons Neural Network Terminology A neural network is composed of a number of units (nodes) that are connected by links. Each link has a weight associated with it. Nodes have biases associated with them. Each unit has an activation level and a means to compute the activation level at the next step in time. Most neural networks are decomposed of a linear component called input function, and a non-linear component call activation function. Popular activation functions include: relu, sign-function, and sigmoid function. The architecture of a neural network determines how units are connected and what activation function are used for the network computations. Architectures are subdivided into feed-forward and recurrent