Skip to content

Commit

Permalink
Minor grammar corerctions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmthorne authored Feb 13, 2023
1 parent 4c168af commit bd3f796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# SWiCS & WIE Advanced Python Worksheets

These worksheets were made for the final two sessions in a series of 6, led by Sheffield Women in Computer Science and Women in Engineering at the university of Sheffield.
These worksheets were made for the final two sessions in a series of 6, led by Sheffield Women in Computer Science and Women in Engineering at the University of Sheffield.

The goal of these sessions was to bring together Python, NumPy and Pandas knowledge, along with other common mathematical libraries, to develop useful systems for data analysis. The first session focusses on linear regression and the final session is an introduction to neural networks via a single layer logistic regression network
The goal of these sessions was to bring together Python, NumPy and Pandas knowledge, along with other common mathematical libraries, to develop useful systems for data analysis. The first session focusses on an end-to-end use of linear regression and the final session is an introduction to neural networks via a single layer logistic regression network.

The other worksheets can be foundin their respective repositories:
The other worksheets can be found in their respective repositories:
- [Beginner](https://github.com/hhayleyy/BeginnerSessions)
- [Intermediate](https://github.com/wrmthorne/SWiCS-WIE-Intermediate-Python-Worksheets)

0 comments on commit bd3f796

Please sign in to comment.