Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark-mdo47/family-machine-learning-project-2017
We are doing a two-part Machine Learning project this summer with SciKit-Learn and Keras/TensorFlow
https://github.com/mark-mdo47/family-machine-learning-project-2017
machine-learning python scikit-learn tensorflow
Last synced: about 2 months ago
JSON representation
We are doing a two-part Machine Learning project this summer with SciKit-Learn and Keras/TensorFlow
- Host: GitHub
- URL: https://github.com/mark-mdo47/family-machine-learning-project-2017
- Owner: Mark-MDO47
- Created: 2017-07-24T00:53:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T01:09:38.000Z (2 months ago)
- Last Synced: 2024-11-10T02:16:37.311Z (2 months ago)
- Topics: machine-learning, python, scikit-learn, tensorflow
- Language: HTML
- Size: 22.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# family-Machine-Learning-project-2017
We are doing a two-part Machine Learning project this summer of 2017**Table Of Contents**
* [Top](#family\-machine\-learning\-project\-2017 "Top")
* [Intro and Getting Started with the Tools](#intro-and-getting-started-with-the-tools "Intro and Getting Started with the Tools")
* [Books Used (pix)](#books-used-(pix) "Books Used (pix)")
* [Computer Tools Used](#computer-tools-used "Computer Tools Used")
* [Python](#python "Python")
* [GIT](#git "GIT")
* [AI/ML Libraries](#aiml-libraries "AI/ML Libraries")
* [Resources](#resources "Resources")## Intro and Getting Started with the Tools
This PDF tells how to get started with the tools.
https://github.com/Mark-MDO47/family-Machine-Learning-project-2017/blob/master/Family_Summer2017_PythonMachineLearning.pdf## Books Used (pix)
![alt text](https://github.com/Mark-MDO47/family-Machine-Learning-project-2017/blob/master/DeepLearning.png "Deep Learning")
![alt text](https://github.com/Mark-MDO47/family-Machine-Learning-project-2017/blob/master/HandsOnMachineLearingWithScikitLearnAndTensorflow.png "Hands-On Machine Learing With Scikit Learn And ")
![alt text](https://github.com/Mark-MDO47/family-Machine-Learning-project-2017/blob/master/PythonMachineLearning.png "Python Machine Learning")## Computer Tools Used
### Python
Python is the computer language we will use. Python is a very modern and active language right now.
Note to family: I think Python is installed on all of your computers using a software management tool called Anaconda.### GIT
We will also be using the program "git" to do "version control" of our stuff. Git is also a
very modern and active tool that I am sure you will all be using at work.### AI/ML Libraries
We will be using two modern and active Open-Source Machine Learning libraries - SciKit-Learn
and Google TensorFlow. Within the TensorFlow world we will be using Keras and possibly McFly.## Resources
Some great resources:
- **"Hands-On Machine Learning with SciKit-Learn and TensorFlow"** by A. Geron
- **"Python Machine Learning"** by S. Raschke
- **"Deep Learning"** by I. Goodfellow, Y. Bengio, and A. Courville
- **Anaconda** - https://www.continuum.io/
- **Wikipedia.org** - https://www.wikipedia.org/
- The inimitable **www.google.com** - https://www.google.com/Note: this was obviously done prior to the advent of the arrival of many competent LLMs.