saikrishnabudi / Neural-Networks

Data Science - Neural Networks Work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural-Networks

Data Science - Neural Networks Work

Neural networks are a set of algorithms, modeled loosely after the human brain, that are designed to recognize patterns. They interpret sensory data through a kind of machine perception, labeling or clustering raw input. The patterns they recognize are numerical, contained in vectors, into which all real-world data, be it images, sound, text or time series, must be translated.

Neural networks help us cluster and classify. You can think of them as a clustering and classification layer on top of the data you store and manage. They help to group unlabeled data according to similarities among the example inputs, and they classify data when they have a labeled dataset to train on. (Neural networks can also extract features that are fed to other algorithms for clustering and classification; so you can think of deep neural networks as components of larger machine-learning applications involving algorithms for reinforcement learning, classification and regression.)

This assignment will study following Questions :

Problem Statement No 1 :

Predict the Burned Area of Forest Fire with Neural Networks.

Problem Statement No 2 :

Predicting Turbine Energy Yield (TEY) using Ambient Variables as Features.

The dataset contains 36733 instances of 11 sensor measures aggregated over one hour (by means of average or sum) from a gas turbine.

The Dataset includes gas turbine parameters (such as Turbine Inlet Temperature and Compressor Discharge pressure) in addition to the ambient variables.