Code Monkey home page Code Monkey logo

ds-unit-4-sprint-3-deep-learning's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ds-unit-4-sprint-3-deep-learning's Issues

environment sharing

I meant to post this issue after the sprint to provide example requirement.txt and environment.yml files but slipped my mind, until I received the update on my issue earlier in the unit.

Others and I consistently ran into issues installing with these files out of the box as provided throughout the entire unit 4.

For conda env, use of the --from-history flag will only list user installed conda packages instead of every single package in the env. conda env export --from-history > environment.yml

For .py files, the package pigar will generate a requirements.txt based off of import statements instead of every single package. It also references the files and line the import statement was made in as a comment. pip install pigar then just type and run pigar in terminal.

I have not yet found a good method for dealing with .ipynb as compared to above. Other than converting ipynb to py then use pigar and remove the py files.

There are minor ceavats like psychopg2 typically isnt directly imported due to use of flask-sqlalchemy, thus pigar wont catch it, for example. But it solves the more daunting issue of the dependency conflict nightmare.

These combined should generate more OS agnostic dependency files with less conflicts and errors for students, assuming they even use these files to create the env.

Realworld Autoencoder Dataset

Currently using MNIST dataset for lecture. Would greatly benefit from using a real-world dataset such as CooperHewitt - or some kind of other highly visual dataset.

LSDS_432_assignment Typo

In 'LS_DS_432_Convolution_Neural_Networks_Assignment' the 'Starter code has:

from tensorflow.keras.layers import Dense, GlobalAveragePooling2D()

Should drop the parens() at the end of the line to be:

from tensorflow.keras.layers import Dense, GlobalAveragePooling2D

Typos in 432Convolution_Neural_Networks_Assignment

Several typos in this paragraph...making interpretation unclear (e.g. 'expert' is a verb...or not?)

Some typos emphasized:
"Using the Keras functional API, we will need to additional additional full connected layers to our model. We we removed the top layers, we removed all preivous fully connected layers. In other words, we kept only the feature processing portions of our network. You can expert with additional layers beyond what's listed here. The GlobalAveragePooling2D layer functions as a really fancy flatten function by taking the average of each of the last convolutional layer outputs (which is two dimensional still)."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.