Skip to main content

Conclusion and Reference (Neural networks in the automotive sector)

 

In conclusion, vehicles have all the necessities for driving except for a brain to be able to drive by itself and providing a vehicle with one might eradicate the need for a driver, however this seems to be a very difficult task, though the potential of driverless cars is increasing and at the horizon of becoming a reality with the implementation of more data gathering from current NNs and improved cameras and sensors.

 

 


 

Reference:

 

Cadence, 2021. Neural networks in the automotive world. [Blog] Cadence PCB solutions, Available at: <https://resources.pcb.cadence.com/blog/neural-networks-in-the-automotive-world-2> [Accessed 24 April 2021].

Hernandez, C. (2017) ‘Deep Learning Neural Networks for Self-Driving Cars’  [online] linkedin.com. Available at:< https://www.linkedin.com/pulse/deep-learning-neural-networks-self-driving-cars-claudio-hernandez> [Accessed 29 April 2021].

IBM, 2021. What are Recurrent Neural Networks?. [online] Ibm.com. Available at: <https://www.ibm.com/cloud/learn/recurrent-neural-networks> [Accessed 29 April 2021].

Luckow, M. et al. (2016) ‘Deep learning in the automotive industry: Applications and tools’ IEEE International Conference on Big Data (Big Data), pp. 3759-3768. doi: 10.1109/BigData.2016.7841045.

NetApp, 2021. Artificial Intelligence in the Automotive Industry. [Blog] NetApp, Available at: <https://blog.netapp.com/artificial-intelligence-in-the-automotive-industry/> [Accessed 27 April 2021].

Comments

  1. Hi

    You may add more research/references into your essay as we have discussed to deliver more analytically research essay.

    Many thanks
    Chirag

    ReplyDelete

Post a Comment

Popular posts from this blog

Neural Network (Initial Idea 2)

Neural Networks   Neural Networks, colloquially known as artificial neural networks (ANNs) and also simulated neural networks (SNNs), are a sub-fiend of machine learning which in it self is a sub-field of Artificial Intelligence, they are the brain of AI and are components of deep learning. The name and structure of NNs are similar to the human brain and were inspired by it, they imitate the biological neurons by signaling to each other (IBM, 2020). ANNs consist of an input layer of neurons, one or two hidden layers of neurons and a final layer of output neurons (Wang, 2003).   The diagram illustrated exemplifies a simple architecture of a neural network, the lines which connect the neurons are called weights and are associated with a number which represent the strength of connection between neurons.   There are many different types of neural networks and each are used for specific motives. Below are some of the most common ones used in the field: The perceptron “t...

Computer methodology - Artificial intelligence

Diagram of a simple feed-forward artificial neural network, with one “hidden layer,” also known as a “perceptron.” Image: Wikipedia Deep learning simply means “stacked neural networks” which are networks composed of several layers (Pathmind, 2021). Based on Rosenblatt’s perceptron, the simplest version of an artificial neural network has three layers of neurons. The first is the input layer which takes input values ,which in other words is data. This first layer of neurons is connected to the “hidden” layer. The outputs of these “hidden” neurons are then connected to the final output layer. This final layer is what gives you the answer to what the network has been trained to do (Medium, 2021).   The simplest neural networks consist of input layer, hidden layer and output layer, which are attached to each other with predictors, these predictors come attached with coefficients called "weights" , this is a non-linear network known as multilayer feed-foward network (Hyndman, R.J....