Posts

Showing posts from September, 2021

Week 4 Progress -Applications - Neural Networks in Python

Image
Summary/Overview: During this week I continued to learn more about neural network algorithms and coding using previously found resources and attempted to understand them better. During this time I also read some resources on several uses of neural networks in various fields including in Geographic Information Science (GIS) applications, healthcare and image recognition. Additionally I created a template for my final product slideshow and began planning out the sections that I would go over in it. Healthcare Applications: There are many different applications of neural networks in healthcare fields I explored several from a general perspective. Some of these applications include the creation of diagnostic systems to identify issues, recreating neural systems as shown in the image below, analyzing bichemical samples, analyzing drug trial data to better develop them and the analysis of visual data captured from a wide variety of medical devices. RevolverDeBlake. (2019). "Study shows ...

Week 3 Progress - Specific Research - Neural Networks in Python

Image
Summary/Overview: During this weeks research I dove into several resources listed below that discussed neural networks from a Python programming perspective as well as several that discussed programming simple neural networks from a practical perspective in python. Some of these included psuedo code as well as actual coding examples. Although the actual syntax of the python coding was useful in grounding the concepts of neural networks in my previous Python experience I still struggle somewhat with some of the more advanced mathematical concepts involved in the coding process, It was useful to have a more grounded perspective however and was interesting to see just how simple the code snipets involved in creating a basic low number of layers neural network would be. I also learned more about the role kof modules in Python Neural Network coding as well as specific training datasets, where to find them and how to use them. This weeks research also helped to cement my understanding of wei...