-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |